diff --git a/main-site/themes/temper/static/css/style.css b/main-site/themes/temper/static/css/style.css index f25acf2..6abac65 100644 --- a/main-site/themes/temper/static/css/style.css +++ b/main-site/themes/temper/static/css/style.css @@ -1,6 +1,6 @@ body { background-color: #212121; - font-family: Arial, Helvetica, sans-serif; + font-family: 'Courier New', monospace; color: #dcdcdc; } html { @@ -222,8 +222,6 @@ ul.timeline > li:before { margin: 0.3em; } - - @media (max-width: 768px) { body { min-width: 100%; } p { font-size: x-large; }