mirror of
https://github.com/kogakure/website-11ty-hamburg.stefanimhoff.de.git
synced 2026-02-03 12:15:28 +00:00
fix: improve narrow layout
This commit is contained in:
@@ -50,7 +50,8 @@
|
||||
/** Narrow */
|
||||
.layout-narrow {
|
||||
grid-column: 3 / -3;
|
||||
grid-row: 2 / 3;
|
||||
grid-row: 1 / 3;
|
||||
padding-block-start: calc(var(--space-55) / 2);
|
||||
}
|
||||
|
||||
@media (--tablet) {
|
||||
|
||||
Reference in New Issue
Block a user