Skip to content

Commit

Permalink
docs: update homepage header layout for mobile screen
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed May 9, 2024
1 parent d7c6c6d commit 4793c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function HomepageHeader() {
<h1 className="hero__title">{siteConfig.title}</h1>
<p className="hero__subtitle">{siteConfig.tagline}</p>

<div className="flex justify-center items-center gap-4">
<div className="flex flex-col md:flex-row justify-center items-center gap-4">
<Link
className="button button--secondary button--lg"
to="https://links.tabbyml.com/live-demo">
Expand Down

0 comments on commit 4793c82

Please sign in to comment.