2f4e66093249c57769dc1be4101c0b1c7ee13e28
custom.css
| ... | ... | @@ -19,7 +19,7 @@ |
| 19 | 19 | |
| 20 | 20 | .button_home_revue:hover { background-color: #d2000057; color: white;} |
| 21 | 21 | .button_home_revue { font-size: 200%;background-color: #1c1c1cc9; color: white; border: 2px solid #ff3158;} |
| 22 | -@media (max-width: 900px) { |
|
| 22 | +@media (min-width: 768px){ |
|
| 23 | 23 | .banner_no_phone {display : none; } |
| 24 | 24 | .banner_phone {display : block; } |
| 25 | 25 |