Template:Infobox user/styles.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→CSS file for Infobox user: .infobox-title{ background-color : DodgerBlue; } .infobox-above{ font-size: 77%; }" |
m Try to set infobox full width on mobile |
||
| Line 7: | Line 7: | ||
.infobox-above{ | .infobox-above{ | ||
font-size: 77%; | font-size: 77%; | ||
} | |||
@media (max-width: 720px) { | |||
.infobox{ | |||
width: 100%; | |||
} | |||
} | } | ||
Latest revision as of 22:16, 28 October 2025
/* CSS file for Infobox user */
.infobox-title{
background-color : DodgerBlue;
}
.infobox-above{
font-size: 77%;
}
@media (max-width: 720px) {
.infobox{
width: 100%;
}
}