3
0
mirror of https://git.coop/cotech/website.git synced 2025-12-17 23:17:32 +00:00

Apply decoration to homepage hero section

This commit is contained in:
Chris Lowis
2025-12-15 17:29:55 +00:00
parent 0b6c5302ec
commit f8d28d8aa3
3 changed files with 815 additions and 11 deletions

View File

@ -175,7 +175,7 @@ img.rounded {
}
section, footer, header {
padding: var(--space-sm);
padding: var(--space-md);
max-inline-size: 1024px;
margin-left: auto;
margin-right: auto;
@ -353,6 +353,22 @@ section, footer, header {
}
}
.hero__right {
display: none;
}
@media screen and (width > 480px) {
.hero {
display: grid;
gap: var(--space-xl);
grid-template-columns: 3fr 2fr;
}
.hero__right {
display: inline;
}
}
footer {
h3 {
border-left: none;