This commit is contained in:
Tobias Johansson
2024-12-05 11:18:24 +01:00
parent 6cb4c63b2e
commit af3c68e464
4 changed files with 59 additions and 54 deletions

View File

@@ -17,13 +17,10 @@
@media screen and (min-width: 1367px) {
.container {
width: var(--max-width-page);
grid-template-columns: 1fr 340px;
grid-template-rows: auto 1fr;
width: var(--max-width-page);
margin: var(--Spacing-x5) auto 0;
/* simulates padding on viewport smaller than --max-width-navigation */
}
.content {