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:
@ -165,6 +165,10 @@ img.greyscale {
|
||||
filter: grayscale(100);
|
||||
}
|
||||
|
||||
img.rounded {
|
||||
border-radius: var(--space-sm);
|
||||
}
|
||||
|
||||
section {
|
||||
padding: var(--space-sm);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user