Skip to content

Commit

Permalink
fix: fix btn location
Browse files Browse the repository at this point in the history
  • Loading branch information
moolmin committed Oct 10, 2024
1 parent 37e3cad commit 76fbfbc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.container {
height: 70vh;
height: 71vh;
width: 100%;
margin-top: 5px;
position: relative;
Expand Down Expand Up @@ -33,12 +33,12 @@
position: fixed;
left: 50%;
transform: translateX(-50%);
bottom: -20px;
bottom: -10px;
}

.prevBtn {
position: fixed;
bottom: -70px;
bottom: -100px;
left: 50%;
transform: translateX(-50%);
}
8 changes: 4 additions & 4 deletions src/app/(pages)/4q-gallery/_components/second.module.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.container {
text-align: center;
max-width: 600px;
height: 400px;
height: 370px;
display: flex;
flex-direction: column;
align-content: center;
Expand Down Expand Up @@ -55,11 +55,11 @@
}

.subTitle {
height: 20px;
height: 15px;
display: flex;
justify-content: center;
align-items: center;
margin: 5px 0;
margin: 3px 0;
font-size: 15px;
color: #000;
}
Expand Down Expand Up @@ -109,7 +109,7 @@
width: 100%;
position: absolute;
left: 50%;
bottom: 11%;
bottom: 6%;
transform: translateX(-50%);
display: flex;
align-items: center;
Expand Down
2 changes: 1 addition & 1 deletion src/app/(pages)/4q-gallery/page.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
flex-direction: column;
align-items: center;
justify-content: flex-start;
padding: 30px;
padding: 20px;
overflow-x: hidden;
}

Expand Down

0 comments on commit 76fbfbc

Please sign in to comment.