mirror of
1
Fork 0
gotosocial/web/source/css/layout/sectioned.css

16 lines
237 B
CSS
Raw Normal View History

2024-07-28 22:01:50 +02:00
main.sectioned {
2024-07-30 13:35:56 +02:00
gap: 2rem;
2024-07-28 22:01:50 +02:00
section {
padding: 1.5rem;
background: $bg-accent;
box-shadow: $boxshadow;
border: $boxshadow-border;
border-radius: $br;
2024-07-28 22:17:35 +02:00
}
2024-07-28 22:01:50 +02:00
2024-07-28 22:17:35 +02:00
h1, h2, h3, h4, h5 {
margin-top: 0;
margin-bottom: 0.75rem;
2024-07-28 22:01:50 +02:00
}
}