trusted
5,920
edits
SurtrFan8511 (talk | contribs) (Fuck you) |
SurtrFan8511 (talk | contribs) |
||
Line 9: | Line 9: | ||
visibility: hidden; | visibility: hidden; | ||
width: max-content; | width: max-content; | ||
max-width: | max-width: 300px; | ||
background-color: black; | background-color: black; | ||
color: #fff; | color: #fff; | ||
Line 19: | Line 19: | ||
bottom: 135%; | bottom: 135%; | ||
left: 0vh; | left: 0vh; | ||
} | |||
@media only screen and (max-width: 600px) { | |||
.tooltip .tooltiptext { | |||
max-width: 150px; | |||
} | |||
} | } | ||