Update style.css
Browse files
style.css
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
body {
|
2 |
padding: 2rem;
|
3 |
font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
|
|
|
1 |
+
body, html{
|
2 |
+
height:100%;
|
3 |
+
}
|
4 |
+
|
5 |
body {
|
6 |
padding: 2rem;
|
7 |
font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
|