custom.css
... ...
@@ -19,14 +19,15 @@
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 (min-width: 768px){
22
+@media (max-width: 768px){
23 23
.banner_no_phone {display : none; }
24 24
.banner_phone {display : block; }
25 25
26 26
}
27
+@media (min-width: 769px){
27 28
.banner_no_phone {display : block; }
28 29
.banner_phone {display : none; }
29
-
30
+}
30 31
/* hide top webpage directory listing */
31 32
.breadcrumb-item { display: none; }
32 33