Difference between revisions of "MediaWiki:Common.css"
From Bacterial Takeover
Line 16: | Line 16: | ||
padding-bottom: 40px; | padding-bottom: 40px; | ||
padding-right: 45px; | padding-right: 45px; | ||
+ | padding-left: 40px; | ||
float: left; | float: left; | ||
} | } |
Revision as of 16:07, 29 December 2017
/* CSS placed here will be applied to all skins */ @media only screen and (min-width: 900px) { .wrap_big { float: left;} .padding_left_big { padding-left: 150px;} .two_columns { width:40%; float: left; padding-left:50px; } .achievement_page_table { padding-right: 45px; float: left; } .planetary_research_icon { padding-bottom: 40px; padding-right: 45px; padding-left: 40px; float: left; } } @media only screen and (max-width: 900px) { .achievement_page_table { margin: auto;} }