Add custom padding bottom for services section

This commit is contained in:
M.Ravi 2017-10-19 15:24:00 +02:00
parent 6322140813
commit 55dd96570c
2 changed files with 8 additions and 2 deletions

View File

@ -3,4 +3,10 @@
font-size: 21px;
color: #3a3a3a;
font-weight: 300 !important;
}
}
@media(min-width: 768px) {
.custom-padding-bottom{
padding-bottom: 0;
}
}

View File

@ -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>