Skip to content

Commit 3901dc7

Browse files
author
JoelCDL
committed
Fix blog index heading overflow at small screen
1 parent 6b14b64 commit 3901dc7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/css/templates/blog-index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
.t-blog-index {
44
display: grid;
5-
grid-template-rows: auto 1fr auto;
5+
grid-template-rows: max-content 1fr auto;
66
min-height: 100vh;
77
}
88

@@ -16,7 +16,7 @@
1616

1717
h1 {
1818
place-self: center start;
19-
margin-inline: var(--uc3-space-base);
19+
margin-inline: var(--uc3-space-lg);
2020
padding: var(--uc3-space-sm) var(--uc3-space-base);
2121
}
2222
}

0 commit comments

Comments
 (0)