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:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user