diff --git a/assets/css/styles.css b/assets/css/styles.css index 21e7574..e3719ff 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -11541,7 +11541,7 @@ body { box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important; padding: 1.25rem 2rem; font-family: "Varela Round", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - font-size: 80%; + font-size: 100%; text-transform: uppercase; letter-spacing: 0.15rem; border: 0; diff --git a/templates/about.html b/templates/about.html index 9b4afcc..59aaf34 100644 --- a/templates/about.html +++ b/templates/about.html @@ -2,11 +2,11 @@
-
-

{{ this.about_title }}

-
{{ this.about_body }}
+
+

{{ this.about_title }}

+ Discord + Weblate
-
diff --git a/templates/footer.html b/templates/footer.html index 70f155e..d043dd9 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -2,7 +2,7 @@
- +
diff --git a/templates/layout.html b/templates/layout.html index 41180da..7def03e 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -1,5 +1,4 @@ {% include 'meta.html' %} -{% include 'header.html' %} {% block page %} {% include 'masterhead.html' %} {% include 'about.html' %}