14 lines
161 B
SCSS
14 lines
161 B
SCSS
|
#attributions {
|
||
|
ul {
|
||
|
margin-bottom: 2rem;
|
||
|
|
||
|
&:last-of-type {
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
#hasklig {
|
||
|
font-family: Hasklig, monospace;
|
||
|
}
|
||
|
}
|