[Midnightbsd-cvs] www [653] trunk/css/essence.css: hide google ad on mobile for now

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 10 11:54:04 EDT 2015


Revision: 653
          http://svnweb.midnightbsd.org/www/?rev=653
Author:   laffer1
Date:     2015-10-10 11:54:04 -0400 (Sat, 10 Oct 2015)
Log Message:
-----------
hide google ad on mobile for now

Modified Paths:
--------------
    trunk/css/essence.css

Modified: trunk/css/essence.css
===================================================================
--- trunk/css/essence.css	2015-10-10 15:52:49 UTC (rev 652)
+++ trunk/css/essence.css	2015-10-10 15:54:04 UTC (rev 653)
@@ -181,7 +181,10 @@
         width: 80%;
     }
 
+}
+
+ at media screen and (max-width: 475px) {
     #googlead {
-        width: 100%;
+        display: none;
     }
-}
+}
\ No newline at end of file



More information about the Midnightbsd-cvs mailing list