monospace everywhere

This commit is contained in:
sentriz
2019-08-09 22:47:37 +01:00
parent d2bcb706b0
commit 0f21d21e70
11 changed files with 19 additions and 22 deletions

View File

@@ -2,6 +2,11 @@
--pad-size: 1.75rem;
}
*, span, div, .mdi {
font-family: monospace;
font-size: 0.8rem;
}
body {
max-width: 780px;
margin: 0 auto;
@@ -27,10 +32,6 @@ table td:first-child::after {
}
}
* {
font-size: 1rem;
}
form input[type],
form select,
form textarea {
@@ -134,10 +135,6 @@ a:hover {
margin-left: auto;
}
.mono {
font-family: monospace;
}
.box-title {
margin-bottom: 0.5rem;
}