mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-17 02:45:59 +01:00
Update padding in Navbar.svelte (#75)
This commit is contained in:
parent
f3bd9b6244
commit
5934c40d93
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@
|
||||||
|
|
||||||
/* Desktop classes */
|
/* Desktop classes */
|
||||||
@media screen(lg) {
|
@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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue