Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit d61abfa

Browse files
committed
fix button overlap
1 parent edc4352 commit d61abfa

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

static/css/_carousel.scss

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
padding: 0.625rem 0.75rem 0.625rem 1rem;
8787
font-size: 0.875rem;
8888
font-weight: 700;
89-
width: 8.18rem;
89+
min-width: 8.18rem;
9090
color: #FF444F;
9191
background: #FFFFFF;
9292
border-radius: 6.25rem;
@@ -111,14 +111,19 @@
111111

112112
&__btn_inner {
113113
display: flex;
114-
gap: 0.5rem;
114+
align-items: center;
115+
justify-content: center;
116+
height: 20px;
117+
img {
118+
margin-left: 0.5rem;
119+
}
115120
}
116121
}
117122

118123
.carousel_section__mobile .carousel_section__slide_card {
119124
flex-direction: column;
120125
max-width: 20.5rem;
121-
max-height: 26.125rem;
126+
max-height: 27rem;
122127
display: flex;
123128
text-align: center;
124129
outline: none;

0 commit comments

Comments
 (0)