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: 2px; /* Increased padding to give more room */ | ||
/* line-height: 1.3em; Increased line height for better vertical spacing */ | |||
text-align: center; | text-align: center; | ||
background-color: #ccf; | background-color: #ccf; | ||
font-size: 1.1em; | font-size: 1.1em; | ||
} | } | ||
.navboxMobile td, .navboxMobile th { | .navboxMobile td, .navboxMobile th { |