Skip to content

Commit

Permalink
style: locate submit btn of creage page to a little lower
Browse files Browse the repository at this point in the history
  • Loading branch information
moolmin committed Sep 29, 2024
1 parent a60f1a3 commit d6eb535
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/(pages)/4q-create/_components/third.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
width: 100%;
position: absolute;
left: 50%;
bottom: 20%;
bottom: 12%;
transform: translateX(-50%);
display: flex;
align-items: center;
Expand All @@ -119,4 +119,5 @@
background-color: #000 !important;
color: #fff !important;
cursor: pointer;
margin-top: 40px;
}

0 comments on commit d6eb535

Please sign in to comment.