Module:NavboxMobile/styles.css: Difference between revisions
EnWikiAdmin (talk | contribs) No edit summary |
EnWikiAdmin (talk | contribs) No edit summary |
||
Line 28: | Line 28: | ||
justify-content: center; /* Centers the title */ | justify-content: center; /* Centers the title */ | ||
position: relative; /* Allows for absolute positioning of navbar */ | position: relative; /* Allows for absolute positioning of navbar */ | ||
padding: | padding: 1px; /* Reduced padding */ | ||
line-height: 1. | line-height: 1.0em; | ||
text-align: center; | text-align: center; | ||
background-color: #ccf; | background-color: #ccf; | ||
Line 42: | Line 42: | ||
.navboxMobile-title-content { | .navboxMobile-title-content { | ||
font-size: 1. | font-size: 1.0em; | ||
margin: 0.5em 0; | margin: 0.5em 0; | ||
} | } |