aboutsummaryrefslogtreecommitdiff
path: root/templates/partials
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-08-25 11:01:34 -0400
committerBobby <[email protected]>2024-08-25 11:01:34 -0400
commit1d3f9c61f94264fe351cd22346fbdf92e67e3839 (patch)
tree12d4c99173dda0d0857e7d77db65f83f8a05c822 /templates/partials
parentb8b79d95dcf2bdb955189d59aef28d5d4bccacee (diff)
downloadyugen-1d3f9c61f94264fe351cd22346fbdf92e67e3839.tar.xz
yugen-1d3f9c61f94264fe351cd22346fbdf92e67e3839.zip
motto homupage improvements
Diffstat (limited to 'templates/partials')
-rw-r--r--templates/partials/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/partials/base.html b/templates/partials/base.html
index 2352de6..1295a90 100644
--- a/templates/partials/base.html
+++ b/templates/partials/base.html
@@ -9,7 +9,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
- href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap"
+ href="https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="{% static 'css/main.css' %}" />
@@ -18,7 +18,7 @@
</head>
<body class="bg-black text-white">
<header>{% include "partials/navbar.html" %}</header>
- <main>{% block content %} {% endblock %}</main>
+ <main class="mx-auto">{% block content %} {% endblock %}</main>
</body>
{% block scripts %} {% endblock %}
</html>