Skip to content

Commit 2b20dae

Browse files
committed
Add some space between footer and content.
1 parent 4f4763f commit 2b20dae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<meta property="fb:app_id" content="280981518972848" />
2727
<meta name="google-site-verification" content="fkIplA0HzMWPz64TqaW1xp4RH5JfDyRekV3QO_MqJ8Q" />
28-
28+
2929
<link href="/assets/favicons/favicon.ico" rel=icon type="image/x-icon">
3030
<link href="/assets/favicons/favicon.png" rel=icon type="image/png">
3131
<link href="/assets/favicons/apple-touch-icon.png" rel="apple-touch-icon-precomposed">
@@ -71,7 +71,7 @@
7171
{%- endblock -%}
7272
</main>
7373

74-
<img src="/assets/img/theme/city.svg" alt="The city skyline of Durham" aria-hidden="true" class="-mb-[8vw]"/>
74+
<img src="/assets/img/theme/city.svg" alt="The city skyline of Durham" aria-hidden="true" class="mt-8 -mb-[8vw]"/>
7575
<footer id="SiteFooter" class="py-20 bg-white border-t-4 border-black">
7676
<div class="container mx-auto ">
7777
<div class="grid gap-8 px-4 place-items-center">

0 commit comments

Comments
 (0)