mirror of
https://git.coop/cotech/website.git
synced 2025-12-17 23:07:33 +00:00
Add padding to <section>
This commit is contained in:
@ -154,6 +154,10 @@ img.greyscale {
|
||||
filter: grayscale(100);
|
||||
}
|
||||
|
||||
section {
|
||||
padding: var(--space-sm);
|
||||
}
|
||||
|
||||
.header {
|
||||
display: flex;
|
||||
padding: var(--space-lg) var(--space-md);
|
||||
|
||||
Reference in New Issue
Block a user