Skip to content

Commit 02a60e6

Browse files
committed
[UPDATE] Projects section padding
1 parent 44b6fd0 commit 02a60e6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scss/_projects.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.projects-section {
2-
padding: 10rem 0;
2+
padding: 1rem 0;
33
.featured-text {
44
padding: 2rem;
55
@media (min-width: 992px) {
@@ -19,4 +19,7 @@
1919
}
2020
}
2121
}
22+
@media (min-width: 992px) {
23+
padding: 10rem 0;
24+
}
2225
}

0 commit comments

Comments
 (0)