Skip to content

Commit 50e5d77

Browse files
committed
adjust margin for alphabet header and nav button for better spacing
1 parent 61a32db commit 50e5d77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/assets/styles/CardStack.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
text-align: center;
7171
z-index: 100;
7272
margin: 2% 0;
73+
margin-top: 30px;
7374
}
7475

7576
.alphabet-title {
@@ -200,7 +201,7 @@
200201
border: none;
201202
width: 3.5rem;
202203
height: 3.5rem;
203-
margin-top: 8%;
204+
margin-top: 6%;
204205
border-radius: 50%;
205206
background: linear-gradient(135deg, rgba(129, 140, 248, 0.2), rgba(165, 180, 252, 0.1));
206207
color: #4f5ff0;

0 commit comments

Comments
 (0)