We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e9759 commit 1859221Copy full SHA for 1859221
templates/style.css
@@ -13,7 +13,7 @@ html {
13
body {
14
max-width: min(800px, calc(100% - 40px));
15
margin-inline: auto;
16
- min-height: 100vh;
+ height: 100vh;
17
box-sizing: border-box;
18
margin-block: 0;
19
padding-top: 2em;
@@ -225,9 +225,8 @@ bottom-border {
225
}
226
227
main {
228
- flex-grow: 1;
229
- /* Figure out something better */
230
- max-height: max(600px, calc(100vh - 200px));
+ flex: 1;
+ min-height: 200px;
231
gap: inherit;
232
display: flex;
233
flex-direction: column;
0 commit comments