3
0
mirror of https://git.coop/cotech/website.git synced 2025-12-18 19:37:33 +00:00

Add image to homepage

This commit is contained in:
Chris Lowis
2025-12-15 14:53:39 +00:00
parent 4648499813
commit 43f0e729a1
3 changed files with 6 additions and 0 deletions

View File

@ -165,6 +165,10 @@ img.greyscale {
filter: grayscale(100);
}
img.rounded {
border-radius: var(--space-sm);
}
section {
padding: var(--space-sm);
}