We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f560e86 commit 2eee110Copy full SHA for 2eee110
1 file changed
src/components/Footer.astro
@@ -12,7 +12,7 @@ const { mode = "light" } = Astro.props;
12
13
<footer
14
class="md:fixed md:h-dvh w-full md:w-28 md:self-start md:flex md:items-center md:justify-end
15
- py-8 md:p-0 md:border-r md:border-black md:border-dashed md:right-0"
+ py-8 md:p-0 md:right-0"
16
>
17
<div class="pt-8 md:p-0 h-20 md:h-screen w-full md:w-20 flex flex-col">
18
<a href="https://twitter.com/41_36_22/">
0 commit comments