More actions
No edit summary |
No edit summary Tag: Manual revert |
||
(16 intermediate revisions by the same user not shown) | |||
Line 140: | Line 140: | ||
display: inline-block; | display: inline-block; | ||
max-width: 100%; | max-width: 100%; | ||
font-size: 15px; /* or scale down just a bit */ | |||
} | |||
/* Hide template spacer on mobile */ | |||
@media screen and (max-width: 768px) { | |||
.desktop-only-spacer { | |||
display: none !important; | |||
} | |||
} | } |