mirror of
https://github.com/Fluffy-Bean/website.git
synced 2025-05-14 08:02:16 +00:00
21 lines
258 B
SCSS
21 lines
258 B
SCSS
@use "vars";
|
|
|
|
.section {
|
|
padding-bottom: 32px;
|
|
|
|
> h2 {
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
> p {
|
|
padding-bottom: 8px;
|
|
}
|
|
|
|
> img {
|
|
border-radius: vars.$radius;
|
|
}
|
|
|
|
&:last-of-type {
|
|
padding-bottom: 0;
|
|
}
|
|
}
|