From 638a1d621ebab945a37ae9a8db054959141def6a Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Wed, 29 Apr 2020 20:49:20 -0500 Subject: new style --- public/style.css | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) (limited to 'public/style.css') diff --git a/public/style.css b/public/style.css index 702e541..99b69b5 100644 --- a/public/style.css +++ b/public/style.css @@ -1,4 +1,4 @@ -h1 { +.center { text-align: center; color: #c5c8c6; } @@ -22,25 +22,27 @@ h2 span { padding:0 10px; } -hr { +.yellow { border: 1px solid #f0c674; } -p { +.space-between { display: flex; justify-content: space-between; } -body{ - margin:40px auto; - max-width:650px; - line-height:1.6; - font-size:16px; - font-family: Sans-Serif; - background-color: #1d1f21; - color: #969896; - padding: 0 10px; - text-align: left; +body { + font-family: 'DejaVu Sans Mono', monospace; + margin: 40px auto; + min-width: 80ch; + max-width: 80ch; + line-height: 1.5; + font-size: 16px; + background-color: #1d1f21; + color: #c5c8c6; + padding: 0 10px; + text-align: left; + overflow-y: scroll; } a { -- cgit v1.2.3