User:Sylphoid/minerva.css: Difference between revisions
Appearance
checking border bottom Tags: Mobile edit Mobile web edit |
fix rule Tags: Mobile edit Mobile web edit |
||
(3 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
max-width:100% !important; | max-width:100% !important; | ||
} | } | ||
@media screen and (max-width: 850px) { | |||
.infobox-container { | |||
width: 100%; | |||
} | |||
} | } |
Latest revision as of 23:26, 20 March 2025
.content .infobox {
font-size:90%;
position:relative;
border:1px solid blue;
margin-bottom:2em;
color:black;
background-color:indigo;
display:flex;
flex:1 1 100%;
flex-flow:column nowrap;
width:100% !important;
max-width:100% !important;
}
@media screen and (max-width: 850px) {
.infobox-container {
width: 100%;
}
}