Skip to content

Commit 805bcf7

Browse files
author
Ken Durkin
committed
Fix scrollview
1 parent 238248e commit 805bcf7

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

css/agency.css

-5
Original file line numberDiff line numberDiff line change
@@ -287,11 +287,6 @@ section h3.section-subheading {
287287
font-weight: 400;
288288
margin-bottom: 75px;
289289
}
290-
@media (min-width: 768px) {
291-
section {
292-
padding: 150px 0;
293-
}
294-
}
295290
.service-heading {
296291
margin: 15px 0;
297292
text-transform: none;

less/agency.less

-6
Original file line numberDiff line numberDiff line change
@@ -234,12 +234,6 @@ section {
234234
}
235235
}
236236

237-
@media(min-width:768px) {
238-
section {
239-
padding: 150px 0;
240-
}
241-
}
242-
243237
// Services Section
244238

245239
.service-heading {

0 commit comments

Comments
 (0)