Skip to content

Commit

Permalink
Remove w-full
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasbicus committed Nov 14, 2024
1 parent e163b65 commit df59984
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/about-author/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function Page() {
<h1 className="text-2xl md:text-3xl font-bold">Lukáš Bičuš</h1>
<span className="text-xl">The fullstack developer</span>
</div>
<div className="card flex flex-col gap-2 px-4 py-6 w-full bg-base-300">
<div className="card flex flex-col gap-2 px-4 py-6 bg-base-300">
<p>Hello, everyone!</p>
<p>
I'm the mind behind the app you're currently enjoying. My goal was
Expand All @@ -48,15 +48,15 @@ export default function Page() {
<div className="flex flex-col gap-2 md:flex-row md:justify-center p-4">
<Link
href="https://github.com/lukasbicus/"
className="btn btn-primary w-full md:w-auto"
className="btn btn-primary md:w-auto"
target="_blank"
>
<FontAwesomeIcon icon={faGithub} className="w-6 h-6" />
Github
</Link>
<Link
href="https://www.linkedin.com/in/lukasbicus/"
className="btn btn-primary w-full md:w-auto"
className="btn btn-primary md:w-auto"
target="_blank"
>
<FontAwesomeIcon icon={faLinkedin} className="w-6 h-6" />
Expand Down

0 comments on commit df59984

Please sign in to comment.