Commit:    ab9042d77eb2c66ae6ba8d75af62a6baf09e0612
Author:    Hannes Magnusson <[email protected]>         Thu, 12 Dec 2013 
13:35:00 -0800
Parents:   88c49b579ce56549f9c5c05b6153a8566cf991cd
Branches:  master

Link:       
http://git.php.net/?p=web/people.git;a=commitdiff;h=ab9042d77eb2c66ae6ba8d75af62a6baf09e0612

Log:
Whops, reduce the content withing the 'mainscreen' on smaller screens

Changed paths:
  M  styles.css


Diff:
diff --git a/styles.css b/styles.css
index ae66e2b..41ca413 100644
--- a/styles.css
+++ b/styles.css
@@ -202,12 +202,15 @@ body {
     width: auto;
     padding: 0px 10px 0px 10px;
   }
-  body {
-    margin: 100px 0 0 0;
+  .mainscreen {
+    width: auto;
   }
   .secondscreen {
     width: 100%;
   }
+  body {
+    margin: 100px 0 0 0;
+  }
 }
 @media (min-width: 768px) and (max-width: 979px) {
   .fullscreen {


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to