MediaWiki:Common.css: Revizyonlar arasındaki fark
Değişiklik özeti yok |
Değişiklik özeti yok Etiket: Geri alındı |
||
3. satır: | 3. satır: | ||
display: none; | display: none; | ||
} | } | ||
/* Responsive adjustments for mobile */ | |||
@media screen and (max-width: 768px) { | @media screen and (max-width: 768px) { | ||
#close-banner { | #close-banner { | ||
12. satır: | 14. satır: | ||
padding-right: 0; | padding-right: 0; | ||
} | } | ||
.branding-box img { /* Target branding-box instead of p-logo */ | |||
width: 100px; /* Adjust the width for mobile screens */ | |||
height: auto; /* Maintain aspect ratio */ | |||
} | |||
} | |||
/* Default logo size for desktop */ | |||
.branding-box img { /* Target branding-box instead of p-logo */ | |||
width: 135px; /* Adjust the size as needed for desktop */ | |||
height: auto; /* Maintain the aspect ratio */ | |||
} | } |