Changes

no edit summary
Line 93: Line 93:     
/* Remove extra left and right margins, due to padding */
 
/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}
+
.row {margin: 0 -5px;
 +
  margin-top: 20px;}
    
/* Clear floats after the columns */
 
/* Clear floats after the columns */
Line 100: Line 101:  
   display: table;
 
   display: table;
 
   clear: both;
 
   clear: both;
  margin-top: 20px;
   
}
 
}
   Line 114: Line 114:     
/* For smaller screen sizes */
 
/* For smaller screen sizes */
@media (min-width: 100px) and (max-width: 750px)  
+
@media (min-width: 100px) and (max-width: 850px)  
 
   .column {
 
   .column {
 
     width: 100%;
 
     width: 100%;