2,242
edits
Join the HITS Discord and leave your suggestions for this wiki, talk about your edits, or just chat with fellow Tally Hall fans!
Line 378: | Line 378: | ||
border: none; | border: none; | ||
box-shadow: none; | box-shadow: none; | ||
} | |||
@media screen and (min-width: 976px) { | |||
.CategoryTreeTag { | |||
column-count: 3; | |||
} | |||
} | |||
@media screen and (max-width: 976px) { | |||
.CategoryTreeTag { | |||
column-count: 2; | |||
} | |||
} | |||
@media screen and (max-width: 620px) { | |||
.CategoryTreeTag { | |||
column-count: 1; | |||
} | |||
} | } |