Module:NavboxMobile/styles.css: Difference between revisions

No edit summary
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: 2px; /* Increased padding to give more room */
     padding: 1px; /* Increased padding to give more room */
   /* line-height: 1.3em; Increased line height for better vertical spacing */
   /* 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.25em 0.25em;
     padding: 0.5em 0.5em;
     line-height: 1.0em;
     line-height: 1.0em;
     text-align: center; /* Centered text */
     text-align: center; /* Centered text */