summaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/globals.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css
index 06a9420c..de40a21d 100644
--- a/src/styles/globals.css
+++ b/src/styles/globals.css
@@ -442,7 +442,7 @@ button {
}
.navbar-user-dropdown-wrapper a {
- @apply text-gray_r-12/80 hover:text-red_r-11 font-medium;
+ @apply text-gray_r-12/80 hover:text-red_r-11 font-medium py-1;
}
.navbar-user-dropdown {
@@ -453,7 +453,7 @@ button {
w-full
flex
flex-col
- gap-y-3
+ gap-y-2
shadow;
}