Skip to content

Commit 81b89a7

Browse files
committed
fix: Set the grid row height to fit content instead of auto
1 parent 8ef93fc commit 81b89a7

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)