Update padding in Navbar.svelte (#75)

This commit is contained in:
Manmeet Singh 2024-10-17 02:48:09 +05:30 committed by GitHub
parent f3bd9b6244
commit 5934c40d93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -121,7 +121,7 @@
/* Desktop classes */
@media screen(lg) {
@apply relative flex h-min w-max flex-row rounded-full bg-black/40 p-2 pl-5 outline outline-primary/10;
@apply relative flex h-min w-max flex-row rounded-full bg-black/40 p-2 pr-3 pl-5 outline outline-primary/10;
}
}