Skip to content

Commit

Permalink
Fix button spacing in top bar (#1136)
Browse files Browse the repository at this point in the history
Test plan: Expect to see smaller spacing between cp logo and buttons.
  • Loading branch information
MeganSteenkamp authored Dec 6, 2024
1 parent 79f0888 commit 75887b8
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 @@ -16,7 +16,7 @@ const { path, navigation } = Astro.props;
<span class="sr-only">Go to home page</span>
<CentrapayLogo class="inline-block size-8 text-content-on-color" />
</a>
<div class="ml-7 flex flex-row space-x-2">
<div class="ml-4 flex flex-row space-x-2 md:space-x-2">
<a
href="/"
target="_self"
Expand Down
2 changes: 1 addition & 1 deletion src/components/Navigation.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<nav
class="w-full px-2"
class="w-full px-2 pt-2"
aria-label="Sidebar"
>
<ul role="menubar">
Expand Down

0 comments on commit 75887b8

Please sign in to comment.