Skip to content

Commit 2ad46a2

Browse files
committed
Hide footer for mobile devices in the meantime
1 parent 6195cb9 commit 2ad46a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
</main>
4545

46-
<footer class="relative w-full h-[950px] mt-[-20px] z-0">
46+
<footer class="relative w-full h-[950px] mt-[-20px] z-0 hidden md:block">
4747
<!-- Left snake -->
4848
<img src="./static/pytonio.svg" alt="Left Snake"
4949
class="absolute left-0 bottom-80 w-[670px]">

0 commit comments

Comments
 (0)