3
0
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:
Chris Lowis
2025-12-15 11:55:47 +00:00
parent 631c9a4fe6
commit 1c3816dd51

View File

@ -154,6 +154,10 @@ img.greyscale {
filter: grayscale(100);
}
section {
padding: var(--space-sm);
}
.header {
display: flex;
padding: var(--space-lg) var(--space-md);