MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1,525:
display: none !important;
}
}
 
/* Safely scale the AXA logo for mobile screens */
.responsive-logo img {
max-width: 100% !important; /* Allows shrinking on small screens, prevents stretching beyond native size */
height: auto !important; /* Maintains the perfect square aspect ratio */
max-height: 30vh !important; /* Prevents the square from taking up more than 30% of a phone's vertical height */
object-fit: contain; /* Keeps the logo neatly contained within its bounds */
}