Difference between revisions of "MediaWiki:Mobile.css"

From WikiVet English
Jump to navigation Jump to search
Line 5: Line 5:
 
       padding: 0 10px 10px;
 
       padding: 0 10px 10px;
 
   }
 
   }
 +
}
 +
 +
.learning-resources .floatleft{
 +
  float:none;
 
}
 
}

Revision as of 16:06, 8 December 2020

/* All CSS here will be loaded for users of the mobile site */

@media(max-width:576px) {
   .frontpage-tpl .tpl-body{
      padding: 0 10px 10px;
   }
}

.learning-resources .floatleft{
   float:none;
}