Add custom padding bottom for services section
This commit is contained in:
parent
6322140813
commit
55dd96570c
2 changed files with 8 additions and 2 deletions
|
@ -4,3 +4,9 @@
|
|||
color: #3a3a3a;
|
||||
font-weight: 300 !important;
|
||||
}
|
||||
|
||||
@media(min-width: 768px) {
|
||||
.custom-padding-bottom{
|
||||
padding-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{% load static i18n cms_tags %}
|
||||
<section id="{{section_id}}">
|
||||
<section id="{{section_id}}" class="custom-padding-bottom">
|
||||
<div class="container">
|
||||
<div class="text-center wow fadeInDown">
|
||||
<h2 class="section-heading">{{ service_instance.title }}</h2>
|
||||
|
|
Loading…
Reference in a new issue