gotosocial/web/source/css/layout/single-page.css

14 lines
190 B
CSS
Raw Normal View History

2024-11-05 14:53:22 +00:00
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;
}
}