Skip to content

Commit ca1f4f6

Browse files
committed
button layout update
1 parent 99913b5 commit ca1f4f6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/styles.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,13 @@ button:disabled {
118118
display: flex;
119119
flex-direction: column;
120120
align-items: center;
121-
gap: 10px;
121+
gap: 5px;
122122
margin-top: 20px;
123123
}
124124

125125
#playPause {
126-
font-size: 120px;
127-
margin-top: 20px;
126+
font-size: 110px;
127+
margin-top: 10px;
128128
}
129129

130130
#fastReverse {
@@ -162,7 +162,7 @@ button:disabled {
162162
font-size: 40px;
163163
cursor: pointer;
164164
position: absolute;
165-
left: calc(50% - 140px);
165+
left: calc(50% - 120px);
166166
top: 20px;
167167
transition: transform 0.2s;
168168
}
@@ -225,7 +225,7 @@ button:disabled {
225225

226226
#pauseToggle {
227227
position: absolute;
228-
left: calc(50% + 80px);
228+
left: calc(50% + 70px);
229229
top: 20px;
230230
}
231231

0 commit comments

Comments
 (0)