aboutsummaryrefslogtreecommitdiff
path: root/static/amethyst.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/amethyst.css')
-rw-r--r--static/amethyst.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/static/amethyst.css b/static/amethyst.css
index a6f22c1..fcb8d62 100644
--- a/static/amethyst.css
+++ b/static/amethyst.css
@@ -316,3 +316,15 @@ pre {
pre > code {
color: black;
}
+
+main.index {
+ display: flex;
+ align-items: center;
+ flex-wrap: wrap;
+ justify-content: center;
+}
+
+.index .logo {
+ min-width: 25%;
+ max-width: 50%;
+}