Remove buttons from articles, move return to home

This commit is contained in:
2022-03-27 09:02:54 +00:00
parent 64f9f490ad
commit 20e58cd15f
2 changed files with 3 additions and 10 deletions

View File

@@ -4,7 +4,7 @@ html {
body {
text-rendering: optimizeLegibility;
font: 1.1rem/1.0 sans-serif;
font-family: serif;
}
a {
@@ -120,6 +120,7 @@ pre {
float: left;
width: 8rem;
text-align: right;
white-space: nowrap;
}
.bar .me {
@@ -144,9 +145,7 @@ pre {
@media screen and (max-width:36rem) {
.bar {
display: table;
overflow: auto;
margin: auto;
margin-top: -0.5rem;
}