Skip to content

Commit

Permalink
forgot to make it responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
sofiahag committed Oct 19, 2024
1 parent 85b041e commit 6de1d65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/widgets/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const { personalIcons = [], theme = 'light' } = Astro.props;
)
}
</div>
<p class="inline-block font-bold text-xs">Last Updated: 2024-10-13</p>
<p class="inline-block font-bold text-xs">Last Updated: 2024-10-19</p>
</div>
</div>
</div>
Expand Down
8 changes: 5 additions & 3 deletions src/layouts/PageLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ const { meta } = Astro.props;

<Layout {meta}>
<div id="cookieConsent">
Hi! Just letting you know that my website uses cookies and Google Analytics&nbsp;
<button id="acceptButton">Fine by me!</button>
<button id="declineButton">I don't like that.</button>
Hi! Just letting you know that my website uses cookies and Google Analytics.&nbsp;
<div class="space-y-2 sm:space-y-4 md:space-y-6">
<button id="acceptButton" class="block">Fine by me!</button>
<button id="declineButton" class="block">I don't like that.</button>
</div>
</div>
<slot name="header">
<Header {...headerData} isSticky showRssFeed showToggleTheme />
Expand Down

0 comments on commit 6de1d65

Please sign in to comment.