Deploying to gh-pages from @ ed1ebfd6cd 🚀

This commit is contained in:
sivan 2020-05-04 16:21:57 +00:00
parent f8996a1fe8
commit 7ec9439197
6 changed files with 14 additions and 24 deletions

View file

@ -112,7 +112,6 @@
margin: 0;
padding: 0;
list-style-type: none;
margin-inline-start: 16px;
& + & {
margin-inline-start: 12px;

View file

@ -12,6 +12,7 @@
/** 基础样式 **/
body {
font-family: -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, "Heti Hei", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
background-color: hsl(0, 0%, 100%);
}
@ -46,8 +47,8 @@ a {
.panel {
position: fixed;
z-index: 2;
right: 12px;
top: 12px;
right: 14px;
top: 14px;
display: flex;
text-align: right;
}
@ -76,7 +77,7 @@ a {
box-sizing: border-box;
width: 80%;
min-width: 640px;
max-width: 880px;
max-width: 768px;
margin-block-start: 48px;
margin-block-end: 72px;
margin-inline-start: auto;