zyllian.github.io/site/sass/click.scss
2024-10-24 13:10:33 -07:00

27 lines
360 B
SCSS

#click {
.resources {
display: grid;
grid-template-columns: repeat(3, 0fr);
grid-auto-flow: row;
& > span {
margin-right: 5px;
width: max-content;
&.resource {
font-weight: bold;
}
}
}
#barker {
font-size: 2rem;
padding: 8px;
}
.tools {
.name {
font-weight: bold;
}
}
}