Difference between revisions of "Template:Oxford/Tile"

Line 77: Line 77:
 
}
 
}
  
@media (max-width: 1000px) {
+
@media (min-width: 600px; max-width: 1000px) {
 
   #content td {
 
   #content td {
 
     width: 60px;
 
     width: 60px;
 
     height: 60px;
 
     height: 60px;
 +
  }
 +
  #content td h1 {
 +
    display: none;
 +
  }
 +
}
 +
@media (max-width: 600px) {
 +
  #content td {
 +
    width: 30px;
 +
    height: 30px;
 
   }
 
   }
 
   #content td h1 {
 
   #content td h1 {

Revision as of 10:15, 15 August 2016