More actions
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
(9 intermediate revisions by the same user not shown) | |||
Line 39: | Line 39: | ||
vertical-align: middle; | vertical-align: middle; | ||
} | } | ||
.vector-header-start { | .vector-header-start { | ||
display: flex; | display: flex; | ||
Line 98: | Line 97: | ||
.hover-table img:hover { | .hover-table img:hover { | ||
transform: scale(1.1); | transform: scale(1.1); | ||
} | |||
/* Mobile Responsive adjustments */ | |||
@media (max-width: 768px) { | |||
.hover-table td { | |||
display: inline-block; | |||
width: 45%; | |||
box-sizing: border-box; | |||
text-align: center; | |||
vertical-align: top; | |||
padding: 10px; | |||
} | |||
.hover-table tr { | |||
display: block; | |||
} | |||
} | } | ||
Line 122: | Line 136: | ||
} | } | ||
.hover-table td span { | .hover-table td span { | ||
white-space: nowrap; | |||
display: inline-block; | display: inline-block; | ||
max-width: 100%; | max-width: 100%; | ||
font-size: 15px; /* or scale down just a bit */ | |||
font-size: 15px | |||
} | } | ||
/* Hide template spacer on mobile */ | /* Hide template spacer on mobile */ | ||
@media screen and (max-width: 768px) { | @media screen and (max-width: 768px) { | ||
.desktop-only-spacer { | |||
display: none !important; | |||
} | } | ||
} | } |