File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 }} "
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 }} "
You can’t perform that action at this time.
0 commit comments