mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-12 10:19:43 +00:00
Refactor layout and component styles for improved responsiveness (#5195)
This commit is contained in:
parent
0b3c645ffb
commit
8241ed932d
6 changed files with 8 additions and 8 deletions
|
@ -34,7 +34,7 @@ function Navbar() {
|
|||
isScrolled ? "glass border-b bg-background/50" : ""
|
||||
}`}
|
||||
>
|
||||
<div className="flex h-20 w-full max-w-7xl items-center justify-between sm:flex-row">
|
||||
<div className="flex h-20 w-full max-w-[1440px] items-center justify-between sm:flex-row">
|
||||
<Link
|
||||
href={"/"}
|
||||
className="flex cursor-pointer w-full justify-center sm:justify-start flex-row-reverse items-center gap-2 font-semibold sm:flex-row"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue