mirror of
https://git.coop/cotech/website.git
synced 2025-12-18 20:17:32 +00:00
Apply maximum size to sections
This commit is contained in:
@ -46,7 +46,8 @@ div,
|
||||
header,
|
||||
nav,
|
||||
main,
|
||||
footer {
|
||||
footer,
|
||||
section {
|
||||
max-inline-size: none;
|
||||
}
|
||||
|
||||
@ -173,8 +174,11 @@ img.rounded {
|
||||
border-radius: var(--space-sm);
|
||||
}
|
||||
|
||||
section, footer {
|
||||
section, footer, header {
|
||||
padding: var(--space-sm);
|
||||
max-inline-size: 1024px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.box {
|
||||
|
||||
Reference in New Issue
Block a user