mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-01-18 19:52:35 -08:00
13 lines
138 B
SCSS
13 lines
138 B
SCSS
#pet {
|
|
.hidden {
|
|
display: none;
|
|
}
|
|
|
|
#debug-section [name] {
|
|
font-weight: bold;
|
|
}
|
|
|
|
button {
|
|
margin-bottom: 4px;
|
|
}
|
|
}
|