aboutsummaryrefslogtreecommitdiff
path: root/static/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/main.css')
-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;
+}