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
|
@ -3,4 +3,10 @@
|
||||||
font-size: 21px;
|
font-size: 21px;
|
||||||
color: #3a3a3a;
|
color: #3a3a3a;
|
||||||
font-weight: 300 !important;
|
font-weight: 300 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media(min-width: 768px) {
|
||||||
|
.custom-padding-bottom{
|
||||||
|
padding-bottom: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% load static i18n cms_tags %}
|
{% load static i18n cms_tags %}
|
||||||
<section id="{{section_id}}">
|
<section id="{{section_id}}" class="custom-padding-bottom">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="text-center wow fadeInDown">
|
<div class="text-center wow fadeInDown">
|
||||||
<h2 class="section-heading">{{ service_instance.title }}</h2>
|
<h2 class="section-heading">{{ service_instance.title }}</h2>
|
||||||
|
|
Loading…
Reference in a new issue