fix uncovered height

This commit is contained in:
amphineko 2019-04-08 20:59:01 +09:00
parent 6e30e57342
commit ff3604d8e9

View File

@ -13,8 +13,12 @@
@import "chem-elements.scss";
body {
background: url('../images/header-background.svg') #466685;
background-size: cover;
font-size: 1em;
margin: 0;
min-height: 100vh;
padding: 0;
display: flex;
@ -23,8 +27,6 @@ body {
}
html {
background: url('../images/header-background.svg') #466685;
background-size: cover;
font-family: "Helvetica Neue", Helvetica, Arial, PingFangTC-Light, "Microsoft YaHei", , "STHeiti Light", STXihei, "华文细黑", Heiti, , sans-serif;
margin: 0;
padding: 0;