diff options
| author | mo8it <mo8it@proton.me> | 2025-05-17 19:34:53 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2025-05-17 19:34:53 +0200 |
| commit | b4a6b87e2402c8b1e56227957ed9b61406d2ce24 (patch) | |
| tree | 3f411b48fc0a75c97bf85c4c30cde941dd8a18d1 /website | |
| parent | 984e9fea7c6a20adfffd3bb3a0fe3a6dc61bc95b (diff) | |
Less padding
Diffstat (limited to 'website')
| -rw-r--r-- | website/templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/templates/base.html b/website/templates/base.html index afe8d89..5745db3 100644 --- a/website/templates/base.html +++ b/website/templates/base.html @@ -47,7 +47,7 @@ {% if permalink %}<meta property="og:url" content="{{ permalink | safe }}">{% endif %} </head> - <body class="flex flex-col p-3 mx-auto min-h-screen text-lg text-white break-words bg-[#2A3439] lg:px-5 2xl:container"> + <body class="flex flex-col p-2 mx-auto min-h-screen text-lg text-white break-words bg-[#2A3439] lg:px-5 2xl:container"> <header class="flex flex-col gap-x-4 items-center py-2 px-4 mb-1 bg-black/30 rounded-sm sm:flex-row sm:rounded-full"> <a class="transition duration-500 hover:scale-110" href="{{ get_url(path='/') | safe }}" @@ -68,7 +68,7 @@ {% block content %}{% endblock %} </main> - <footer class="pt-2 pb-3 mt-auto text-center"> + <footer class="pt-2 pb-1 mt-auto text-center"> <div class="mx-auto inline-flex gap-x-1.5 items-center"> <img class="w-8 h-8" src="{{ get_url(path='images/rust_logo.svg') | safe }}" |
