Move more styling out of astro files, and into SCSS files

This commit is contained in:
Michał Gdula 2024-05-24 14:45:19 +01:00
parent e9d1191ec1
commit 2fa2bce317
7 changed files with 61 additions and 136 deletions

11
src/styles/_section.scss Normal file
View file

@ -0,0 +1,11 @@
.section {
padding-bottom: 32px;
> h2 {
padding-bottom: 10px;
}
&:last-of-type {
padding-bottom: 0;
}
}