update body space

This commit is contained in:
2021-02-09 19:35:02 +02:00
parent 2689db23b8
commit 50b05e0444
2 changed files with 8 additions and 1 deletions

View File

@@ -11,6 +11,14 @@ blockquote {
}
}
body {
padding-top: 100px;
}
.act-link {
@apply bg-gray-300;
}
pre {
@apply border-l;
@apply border-l-2;

View File

@@ -81,7 +81,6 @@ body {
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
"Helvetica Neue", Arial, sans-serif;
margin: 0;
padding-top: 100px;
line-height: 1.5;
}