Line 1,071: | Line 1,071: | ||
text-align: center !important; | text-align: center !important; | ||
font-size: 17px !important; | font-size: 17px !important; | ||
+ | } | ||
+ | |||
+ | .mobile-show { | ||
+ | display: none; | ||
} | } | ||
Line 1,171: | Line 1,175: | ||
/* Responsive features of other page elements */ | /* Responsive features of other page elements */ | ||
@media screen and (max-width: 800px) { | @media screen and (max-width: 800px) { | ||
+ | |||
+ | .mobile-show { | ||
+ | display: inherit; | ||
+ | } | ||
+ | |||
+ | .mobile-hide { | ||
+ | display: none; | ||
+ | } | ||
.image-inpage.floatL, .image-inpage.floatR { | .image-inpage.floatL, .image-inpage.floatR { |
Revision as of 18:09, 26 September 2018