Skip to content

Commit cb8c23f

Browse files
committed
smaller margin for project 16
1 parent 99d06ed commit cb8c23f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

16-ES6-slider/final/styles.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ section {
154154
width: 85vw;
155155
max-width: var(--fixed-width);
156156
margin: 0 auto;
157-
margin-top: 10rem;
157+
margin-top: 5rem;
158158
text-align: center;
159159
padding: 1rem 0;
160160
/* set relative for buttons */

16-ES6-slider/setup/styles.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ section {
154154
width: 85vw;
155155
max-width: var(--fixed-width);
156156
margin: 0 auto;
157-
margin-top: 10rem;
157+
margin-top: 5rem;
158158
text-align: center;
159159
padding: 1rem 0;
160160
/* set relative for buttons */

0 commit comments

Comments
 (0)