Skip to content

Commit 777dfb0

Browse files
committed
height fixes
1 parent 7b3de8e commit 777dfb0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,19 @@ html {
1313
align-items: center;
1414

1515
max-width: 1000px;
16+
height: 100%;
1617
margin-left: auto;
1718
margin-right: auto;
1819
}
1920

21+
body {
22+
height: inherit;
23+
}
24+
2025
main {
2126
background-color: rgb(224, 243, 255);
2227
margin: 0 inherit;
28+
min-height: 100%;
2329
}
2430

2531
main h1, main h2, main p {

0 commit comments

Comments
 (0)