From 63cd5d0a8d3f77c0267f12a6aef52533cc2f7d09 Mon Sep 17 00:00:00 2001 From: Kaiden Fey Date: Sun, 25 Oct 2020 05:36:08 +0100 Subject: Adding a whole lot of shit (octopus and supergit) --- static/main.css | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/main.css b/static/main.css index 4fd246d..f16cd22 100644 --- a/static/main.css +++ b/static/main.css @@ -50,14 +50,32 @@ header a:hover { display: flex; flex-direction: column; align-items: center; + text-align: left; } .content { font-weight: 300; - max-width: 700px; + width: 700px; } .content h1 { font-weight: 300; } +.footer { + padding-top: 10rem; +} + +/*************************************************************************/ + +.explorer { + display: grid; + margin: 2em -5 + border: black 0.5px dashed; +} + +.expl-header { + font-size: 1.25em; + background: #EFEFEF; + padding: 0.5em; +} -- cgit v1.2.3