Skip to content

Commit

Permalink
chore: tweak spacing to align better between footer and header (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
ARPCharlie authored Nov 21, 2024
1 parent e29d799 commit 5e7131b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import NavItem from "./navigation/NavItem.astro";
}
</script>

<header class="flex flex-col-reverse" data-component="header">
<header class="flex flex-col-reverse md:px-5" data-component="header">
<div
class="flex justify-between items-center py-1 px-5 max-w-7xl mb-8 justify-self-center w-full mx-auto bg-backgroundSecondary sm:rounded-xl sm:mx-5 sm:mt-2 sm:mb-8 sm:w-auto xl:mx-auto xl:w-full"
>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Sponsors.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<sponsor
class="flex my-4 py-5 max-sm:px-5 max-sm:py-10 max-w-7xl justify-center gap-4 w-full mx-auto bg-backgroundSecondary rounded-3xl"
class="flex my-4 py-5 px-2 md:px-5 max-sm:py-10 max-w-7xl justify-center gap-4 w-full mx-auto bg-backgroundSecondary rounded-3xl"
>
<a href="/" class="">
<img
Expand Down

0 comments on commit 5e7131b

Please sign in to comment.