feat: update styles

This commit is contained in:
GyDi
2022-01-25 01:48:26 +08:00
parent 3956d2bd63
commit f2c0626c68
4 changed files with 6 additions and 4 deletions

View File

@@ -72,9 +72,9 @@
.the-content {
position: absolute;
left: 0;
right: 0;
top: 30px;
left: 0;
right: 2px;
bottom: 10px;
}
}

View File

@@ -9,6 +9,8 @@
width: 90%;
max-width: 850px;
margin: 0 auto;
padding-right: 4px;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: space-between;