Skip to content

Commit de2bc7e

Browse files
committed
Root page: make it look correct when not all content fit the screen
1 parent 6292852 commit de2bc7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
padding: 20px;
2222
background: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
2323
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
24-
height: 100%;
24+
min-height: 100%;
2525
}
2626
</style>
2727
</head>

0 commit comments

Comments
 (0)