mirror of
https://github.com/Fluffy-Bean/website.git
synced 2025-05-24 20:34:58 +00:00
Move more styling out of astro files, and into SCSS files
This commit is contained in:
parent
e9d1191ec1
commit
2fa2bce317
7 changed files with 61 additions and 136 deletions
11
src/styles/_section.scss
Normal file
11
src/styles/_section.scss
Normal file
|
@ -0,0 +1,11 @@
|
|||
.section {
|
||||
padding-bottom: 32px;
|
||||
|
||||
> h2 {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
&:last-of-type {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue