Template:Team:Waterloo/CSS/baseWiki

From 2014.igem.org

(Difference between revisions)
(blueongrey headers better)
(blueongrey headers better)
Line 363: Line 363:
/* Special Styles Depending on Screen Size */
/* Special Styles Depending on Screen Size */
-
@media screen and (max-width: 1000px) { /* above tablet size */
+
@media screen and (max-width: 900px) { /* above tablet size */
   .content {
   .content {
     width: 70%;
     width: 70%;
 +
  }
 +
.half-column {
 +
    width: 100%;
 +
    padding: 5px;
 +
    float: none;
   }
   }
}
}
Line 374: Line 379:
     h1 {
     h1 {
       font-size: 40px;
       font-size: 40px;
-
    }
 
-
    .half-column {
 
-
      width: 100%;
 
-
      padding: 5px;
 
-
      float: none;
 
     }
     }
}
}

Revision as of 22:50, 17 October 2014