Skip to content

Commit 06d451a

Browse files
committed
[UPDATE] Projects section padding
1 parent 02a60e6 commit 06d451a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

css/grayscale.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
}
179179

180180
.projects-section {
181-
padding: 10rem 0;
181+
padding: 1rem 0;
182182
}
183183

184184
.projects-section .featured-text {
@@ -208,6 +208,12 @@
208208
}
209209
}
210210

211+
@media (min-width: 992px) {
212+
.projects-section {
213+
padding: 10rem 0;
214+
}
215+
}
216+
211217
.signup-section {
212218
padding: 10rem 0;
213219
background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 75%, #161616 100%), url("../img/aqeeb/about_background.JPG");

css/grayscale.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)