This repository has been archived on 2022-10-04. You can view files and clone it, but cannot push or open issues or pull requests.
|
#main {
|
|
padding: 2rem;
|
|
@include constrain-width;
|
|
|
|
> section {
|
|
padding-bottom: 2rem;
|
|
|
|
&:last-child {
|
|
padding-bottom: 0;
|
|
}
|
|
}
|
|
|
|
h2,
|
|
h3 {
|
|
margin-bottom: 1rem;
|
|
}
|
|
}
|