Skip to content

Commit 015e107

Browse files
committed
attempting fix to height issue on mobile
1 parent 373fa56 commit 015e107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ h1 {
101101

102102
.content {
103103
background-color: white;
104-
height: 100vh;
104+
min-height: 100vh;
105105
width: fit-content;
106106
margin-inline: auto;
107107
padding: 2ch;

0 commit comments

Comments
 (0)