aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorKaiden Fey <kookie@spacekookie.de>2020-10-25 05:36:08 +0100
committerKatharina Fey <kookie@spacekookie.de>2020-10-25 05:36:08 +0100
commit63cd5d0a8d3f77c0267f12a6aef52533cc2f7d09 (patch)
treed46fb6058a6ade2726154fff76d5bda1d6dfc7e0 /static
parent392444d21101ce7b637f2e5a385490605f93ccf1 (diff)
Adding a whole lot of shit (octopus and supergit)
Diffstat (limited to 'static')
-rw-r--r--static/main.css20
1 files changed, 19 insertions, 1 deletions
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;
+}