fix(website): footer spacing

This commit is contained in:
iCrawl
2023-03-23 23:46:37 +01:00
parent d6cd3fd7ed
commit 795e6c363d
4 changed files with 3 additions and 12 deletions

View File

@@ -15,15 +15,6 @@ body {
display: none;
}
pre[data-theme='light'] {
background: #ffffff;
border: 1px solid #dddddd;
}
pre[data-theme='dark'] {
background: #1e1e1e;
}
pre {
font-size: 13px !important;
white-space: pre;