Skip to content

Commit 1859221

Browse files
committed
fix style again
1 parent e2e9759 commit 1859221

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

templates/style.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ html {
1313
body {
1414
max-width: min(800px, calc(100% - 40px));
1515
margin-inline: auto;
16-
min-height: 100vh;
16+
height: 100vh;
1717
box-sizing: border-box;
1818
margin-block: 0;
1919
padding-top: 2em;
@@ -225,9 +225,8 @@ bottom-border {
225225
}
226226

227227
main {
228-
flex-grow: 1;
229-
/* Figure out something better */
230-
max-height: max(600px, calc(100vh - 200px));
228+
flex: 1;
229+
min-height: 200px;
231230
gap: inherit;
232231
display: flex;
233232
flex-direction: column;

0 commit comments

Comments
 (0)