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; /* Increased padding to give more room */ | ||
/* line-height: 1.3em; | /* line-height: 1.3em; Increased line height for better vertical spacing */ | ||
text-align: center; | text-align: center; | ||
background-color: #ccf; | background-color: #ccf; | ||
Line 66: | Line 66: | ||
/* Group Content */ | /* Group Content */ | ||
.navboxMobile-group-content { | .navboxMobile-group-content { | ||
padding: 0. | padding: 0.5em 0.5em; | ||
line-height: 1.0em; | line-height: 1.0em; | ||
text-align: center; /* Centered text */ | text-align: center; /* Centered text */ |