Module:NavboxMobile/styles.css: Difference between revisions

No edit summary
No edit summary
Line 5: Line 5:
     width: 100%;
     width: 100%;
     clear: both;
     clear: both;
     font-size: 100%; /* Adjust font size for better readability on mobile */
     font-size: 100%;
     text-align: left; /* Align text to the left for mobile */
     text-align: left;
     padding: 1px;
     padding: 1px;
     margin: 1em 0 0; /* Top margin to separate from other content */
     margin: 0.5em 0 0; /* Reduced top margin */
     background-color: #fdfdfd;
     background-color: #fdfdfd;
}
}