Skip to content

Commit b56f8e5

Browse files
authored
fix: Set the grid row height to fit content instead of auto (#193)
1 parent 8686ce6 commit b56f8e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/css/v2/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ nav {
255255
grid-column: 1 / -1;
256256
display: grid;
257257
grid-template-columns: var(--text-content-width-iphone-13) 1fr;
258+
grid-auto-rows: max-content;
258259
}
259260

260261
.text-content > :not(.wide) {

0 commit comments

Comments
 (0)