Fix homepage on large screen

This commit is contained in:
2021-08-26 00:22:23 +08:00
parent 3ef80768b4
commit 3eca8c1fce

View File

@@ -15,6 +15,8 @@ body {
box-sizing: border-box;
word-break: break-word;
height: 100%;
}
body.single-body {
justify-content: space-between;
}
p {