Skip to content

Commit 0cbfa1d

Browse files
committed
refactor: apply DRY principle - reduce duplication in label and auto-play-label CSS
1 parent b5f7f05 commit 0cbfa1d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Sprint-3/quote-generator/style.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,8 @@ label {
3535

3636
.auto-play-controls {
3737
display: flex;
38-
align-items: center;
3938
justify-content: center;
4039
gap: 1rem;
41-
margin-top: 1rem;
4240
}
4341

4442
#auto-play-toggle {
@@ -57,8 +55,6 @@ label {
5755
}
5856

5957
.auto-play-label {
60-
display: inline-flex;
61-
align-items: center;
6258
gap: 0.4rem;
6359
margin: 0;
6460
}

0 commit comments

Comments
 (0)