Remove buttons from articles, move return to home
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user