mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-12-22 18:29:48 +01:00
pluginsSlice: improve mobile padding
This commit is contained in:
parent
4cfe27a655
commit
91af0bcd9b
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
|||
>
|
||||
<div
|
||||
class={clsx(
|
||||
'z-10 flex flex-col gap-10 px-6 transition-transform delay-75 duration-300',
|
||||
'z-10 flex flex-col gap-10 px-2 transition-transform delay-75 duration-300 sm:px-6',
|
||||
isHoveringVideo && '-translate-x-36'
|
||||
)}
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue