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