mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-01-18 03:32:30 -08:00
27 lines
360 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|