some styling

This commit is contained in:
2020-12-29 20:46:19 +01:00
parent d7243f3e96
commit 80cbf9790c
7 changed files with 31 additions and 5 deletions

View File

@@ -34,6 +34,8 @@
list-style: none;
margin: 0;
padding: 0;
max-height: 100%;
overflow: auto;
}
a {

View File

@@ -7,7 +7,7 @@
<style>
div {
margin-top: 8em;
margin-top: calc(28vh - 3em);
margin-bottom: 3em;
}
</style>

View File

@@ -8,7 +8,7 @@
<style>
a {
display: block;
margin-bottom: 8em;
margin-bottom: 6em;
}
a > :global(img) {
height: 12em;

View File

@@ -76,6 +76,7 @@
div :global(code) {
background: #00000012;
padding: 0.25em;
font-size: 0.8em;
}
div :global(pre code) {
background: initial;