MediaWiki:Common.css: Difference between revisions
test |
media query for home page featured section |
||
| (One intermediate revision by one other user not shown) | |||
| Line 432: | Line 432: | ||
} | } | ||
html.skin-theme-clientpref-night .color1 { | html.skin-theme-clientpref-night .color1 { | ||
background-color: # | background-color: #003b69; | ||
border-color: # | border-color: #8bccff; | ||
} | |||
.featured-articles-container { | |||
width: inherit; | |||
display: flex; | |||
flex-direction:row; | |||
justify-content:center; | |||
align-items:stretch; | |||
gap:4px; | |||
} | |||
@media screen and (max-width: 480px) { | |||
.featured-articles-container { | |||
flex-direction:column; | |||
} | |||
} | } | ||