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 c2ebaa7 commit 37adc12Copy full SHA for 37adc12
assets/style.css
@@ -23,7 +23,7 @@ body {
23
font-family: var(--font-family);
24
background: var(--site-background);
25
color: var(--body-text-color);
26
- height: calc(100vh - 2 * var(--body-padding));
+ min-height: calc(100vh - 2 * var(--body-padding));
27
}
28
29
/* text elements */
index.html
@@ -10,7 +10,6 @@
10
<style>
11
body {
12
--body-padding: 1.5rem;
13
- min-height: max-content;
14
max-width: 30rem;
15
margin: auto;
16
box-shadow: 0 0 1rem #0004;
0 commit comments