mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-26 21:56:39 +00:00
14 lines
190 B
CSS
14 lines
190 B
CSS
|
main.single-page {
|
||
|
gap: 2rem;
|
||
|
|
||
|
padding: 1.5rem;
|
||
|
|
||
|
background: $bg-accent;
|
||
|
box-shadow: $boxshadow;
|
||
|
border: $boxshadow-border;
|
||
|
border-radius: $br;
|
||
|
|
||
|
h2:first-child {
|
||
|
margin-top: 0;
|
||
|
}
|
||
|
}
|