Skip to content
Snippets Groups Projects
Commit f4dc4960 authored by Niklas Schrötler's avatar Niklas Schrötler
Browse files

Decreased distance of footer to content on small screens

parent 7b11e928
No related branches found
No related tags found
No related merge requests found
Pipeline #191493 passed
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
</div> </div>
</section> </section>
<footer class="bg-gray-900 flex flex-col gap-1 md:flex-row md:justify-between md:gap-3 text-sm leading-7 text-gray-400 px-6 py-4 max-w-7xl mx-auto pt-40"> <footer class="bg-gray-900 flex flex-col gap-1 md:flex-row md:justify-between md:gap-3 text-sm leading-7 text-gray-400 px-6 py-4 max-w-7xl mx-auto pt-8 sm:pt-16 md:pt-20 lg:pt-40">
<div> <div>
<p>FOSS AG der TU Dortmund, 2023</p> <p>FOSS AG der TU Dortmund, 2023</p>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment