minecraft-crawler/style.css
hiina dd61e75c27
All checks were successful
/ deploy (push) Successful in 3s
improve website/regen mod list
added the mcstatus image, navbar to mod list.

still would like images/webums, later.
2024-08-22 16:41:57 -06:00

25 lines
No EOL
369 B
CSS

.full-description {
max-height: 80vh;
overflow-y: auto;
}
.mod-icon,
.mod-icon-category {
height: 2em;
vertical-align: middle;
margin-right: 5px;
}
.mod-description-details {
--pico-spacing: 0;
}
#statusimg {
display: block;
}
@media screen and (min-width: 1000px) {
#statusimg {
float: right;
}
}