Skip to content

Commit 50b9bad

Browse files
committed
Style: add spacing between manual and auto button rows for better layout and clarity
1 parent 1787b3a commit 50b9bad

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Sprint-3/slideshow/style.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@ h1 {
1818
margin-bottom: 15px;
1919
}
2020

21-
.button-row {
21+
/* Updated: use .controls instead of .button-row to match HTML */
22+
.controls {
2223
display: flex;
2324
justify-content: center;
24-
gap: 10px;
25-
margin-bottom: 10px;
25+
gap: 10px; /* space between buttons in the same row */
26+
margin-bottom: 20px; /* space between rows (manual vs auto) */
2627
}
2728

2829
button {

0 commit comments

Comments
 (0)