mirror of https://github.com/tildeclub/site.git
Refactor CSS for consistency and readability
This commit is contained in:
parent
96452278cc
commit
e3b2d04d0f
|
@ -16,7 +16,7 @@ body {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
max-width: 1024px;
|
max-width: 1024px;
|
||||||
font-family: font-family: 'Liberation Mono', 'Liberation Monospace', 'Courier New', monospace, sans-serif;
|
font-family: 'Liberation Monospace', 'Courier New', monospace, sans-serif;
|
||||||
color: #fb5;
|
color: #fb5;
|
||||||
background: #111;
|
background: #111;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
|
Loading…
Reference in New Issue