Goats Test Page"
Main page / Goats Test Page"Namespaces
Views
From GrinderScape Wiki
Jump to: navigation, search
Laddergoat (Talk | contribs) |
Laddergoat (Talk | contribs) |
||
Line 16: | Line 16: | ||
padding: 2px 0; | padding: 2px 0; | ||
margin-top: 10px; | margin-top: 10px; | ||
− | |||
} | } | ||
Line 31: | Line 30: | ||
.guide-container { | .guide-container { | ||
display: inline-block; | display: inline-block; | ||
− | width: 22%; | + | min-width: 22%; |
border: 1px solid #5c3219; | border: 1px solid #5c3219; | ||
margin-right: 2%; | margin-right: 2%; | ||
Line 48: | Line 47: | ||
height: 30px; | height: 30px; | ||
} | } | ||
− | + | ||
.link { | .link { | ||
font-weight: bold; | font-weight: bold; | ||
− | |||
padding: 5px 0 1px; | padding: 5px 0 1px; | ||
+ | } | ||
+ | |||
+ | @media screen and (min-width: 1001px) | ||
+ | { | ||
+ | .link { | ||
+ | font-size: 0.9vw; | ||
+ | } | ||
+ | |||
+ | .timestamp { | ||
+ | font-size: 11px; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | @media screen and (max-width: 1000px) | ||
+ | { | ||
+ | .link { | ||
+ | font-size: 3vw; | ||
+ | } | ||
+ | |||
+ | .timestamp { | ||
+ | font-size: 1.7vw; | ||
+ | } | ||
} | } | ||
</style> | </style> |
Revision as of 22:15, 22 July 2023