Skip to content

Commit b4a6b87

Browse files
committed
Less padding
1 parent 984e9fe commit b4a6b87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/templates/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
{% if permalink %}<meta property="og:url" content="{{ permalink | safe }}">{% endif %}
4848
</head>
4949

50-
<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">
50+
<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">
5151
<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">
5252
<a class="transition duration-500 hover:scale-110"
5353
href="{{ get_url(path='/') | safe }}"
@@ -68,7 +68,7 @@
6868
{% block content %}{% endblock %}
6969
</main>
7070

71-
<footer class="pt-2 pb-3 mt-auto text-center">
71+
<footer class="pt-2 pb-1 mt-auto text-center">
7272
<div class="mx-auto inline-flex gap-x-1.5 items-center">
7373
<img class="w-8 h-8"
7474
src="{{ get_url(path='images/rust_logo.svg') | safe }}"

0 commit comments

Comments
 (0)