MediaWiki:Mobile.css: Difference between revisions

mNo edit summary
Tags: Mobile edit Mobile web edit Advanced mobile edit
No edit summary
Tags: Mobile edit Mobile web edit Advanced mobile edit
Line 10: Line 10:
     overflow-wrap: break-word;
     overflow-wrap: break-word;
     line-height: 1.4;
     line-height: 1.4;
}
@media (max-width: 768px) { /* Adjust for mobile screens */
    .minerva-header .branding-box {
        max-width: 60% !important; /* Reduce width further on smaller screens */
        text-align: center; /* Ensures proper alignment */
    }
}
}