Skip to content

Commit

Permalink
Merge pull request #7 from DestroyerV/fix-tablet-navbar
Browse files Browse the repository at this point in the history
improve navbar layout for tablets
  • Loading branch information
amir1376 authored Dec 1, 2024
2 parents 1ab1cbc + 33ec591 commit 4878b6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sections/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function Header() {
)}>
<div className={
classNames(
"py-2 px-6 flex flex-row items-center container",
"py-2 px-4 lg:px-6 flex flex-row items-center container",
)
}>
<Brand/>
Expand Down Expand Up @@ -258,7 +258,7 @@ function OptionMobile() {
}

function OptionDesktop() {
return <div className="hidden md:flex flex-row space-x-4">
return <div className="hidden md:flex flex-row lg:space-x-4">
<SourceCode/>
<CommunityDesktop/>
<LanguageDropDown/>
Expand Down

0 comments on commit 4878b6c

Please sign in to comment.