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 14: | Line 14: | ||
/* Hide elements which are given this class */ | /* Hide elements which are given this class */ | ||
.nomobile { display: none; } | .nomobile { display: none; } | ||
.header .branding-box { opacity: 1; } | |||
.header .branding-box img { width: 160px; } | |||
@media (min-width:720px) | |||
{ | |||
.header .branding-box { padding-right: 30px; } | |||
} | |||
/* Squeeze the menu icons because the logo with wordmark makes the header to large. */ | /* Squeeze the menu icons because the logo with wordmark makes the header to large. */ | ||