Skip to content

Commit

Permalink
fix: margins on mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
isinia committed Oct 21, 2024
1 parent 0486f75 commit 79d29ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function Home() {
<img src="/sparkle.png" className="absolute bottom-1/4 left-1/3" />
<div className="m-auto">
<h1 className="tf-logo font-bold text-center text-4xl md:text-5xl lg:text-6xl">TrollFactory</h1>
<div className="card bg-wt-50 mt-7 mb-20">
<div className="card bg-wt-50 mt-7 mb-10 md:mb-20">
<div className="card-body">
<select className="input tf-input tf-input-top text-tf-0 select font-medium text-sm md:text-base text-last-center w-full">
<option disabled selected>Dataset</option>
Expand Down

0 comments on commit 79d29ac

Please sign in to comment.