Module:NavboxMobile/styles.css: Difference between revisions

No edit summary
No edit summary
Line 90: Line 90:
     overflow-wrap: break-word;
     overflow-wrap: break-word;
     border: 2px solid white; /* Uniform 2px border */
     border: 2px solid white; /* Uniform 2px border */
     border-top-width: 1px; /* Ensure smaller top border width */
     border-top: 1px solid white; /* Ensure smaller top border width */
    margin-top: -1px; /* Compensate for any margin affecting spacing */
}
}


Line 100: Line 99:
     margin: 0 auto;
     margin: 0 auto;
     border: 2px solid white; /* Uniform 2px border */
     border: 2px solid white; /* Uniform 2px border */
     border-top-width: 1px; /* Smaller top border */
     border-top: 1px; /* Smaller top border */
    padding: 10px; /* Padding ensures inner spacing is clear */
}
}