WickedGov:Main Page/styles.css: Difference between revisions
m Protected "WickedGov:Main Page/styles.css": TemplateStyles for Main Page ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
tweak widths |
||
Line 30: | Line 30: | ||
/* Featured article and featured news boxes */ | /* Featured article and featured news boxes */ | ||
#mp-featuredarticle, #mp-featurednews { | #mp-featuredarticle, #mp-featurednews { | ||
margin:0.2em 0; | margin:0.2em 0; | ||
padding: 0.25em 0.9em; | padding: 0.25em 0.9em; | ||
Line 36: | Line 35: | ||
} | } | ||
#mp-featuredarticle { | #mp-featuredarticle { | ||
flex: 1 1 55%; | |||
float: left; | float: left; | ||
background-color: #eeffee; | background-color: #eeffee; | ||
} | } | ||
#mp-featurednews { | #mp-featurednews { | ||
flex: 1 1 45%; | |||
float: right; | float: right; | ||
background-color: #eeeeff; | background-color: #eeeeff; |