Mise à jour du design des titres et des espacements du bloc service
This commit is contained in:
parent
cc217762f1
commit
5a129e957c
|
@ -299,6 +299,12 @@ a:hover {
|
||||||
padding-bottom: 60px;
|
padding-bottom: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.title {
|
||||||
|
padding-bottom: 30px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.title h2 {
|
.title h2 {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-size: 38px;
|
font-size: 38px;
|
||||||
|
@ -952,19 +958,6 @@ a:hover {
|
||||||
line-height: 50px;
|
line-height: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*=================================================================
|
|
||||||
Services section
|
|
||||||
==================================================================*/
|
|
||||||
.service-block {
|
|
||||||
padding: 60px 20px;
|
|
||||||
margin-bottom: 40px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.service-block .service-icon {
|
|
||||||
margin-bottom: 10px;
|
|
||||||
font-size: 50px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*=================================================================
|
/*=================================================================
|
||||||
Services section 2
|
Services section 2
|
||||||
==================================================================*/
|
==================================================================*/
|
||||||
|
|
|
@ -19,12 +19,7 @@
|
||||||
{{ range .service_item}}
|
{{ range .service_item}}
|
||||||
{{"<!-- Single Service Item -->" | safeHTML }}
|
{{"<!-- Single Service Item -->" | safeHTML }}
|
||||||
<article class="col-lg-4 col-md-6 col-12 wow fadeInUp" data-wow-duration="500ms">
|
<article class="col-lg-4 col-md-6 col-12 wow fadeInUp" data-wow-duration="500ms">
|
||||||
<div class="service-block">
|
<div class="p-3">
|
||||||
{{ if .icon }}
|
|
||||||
<div class="service-icon text-center">
|
|
||||||
<i class="{{ .icon }}"></i>
|
|
||||||
</div>
|
|
||||||
{{ end }}
|
|
||||||
<h3>{{ .name | markdownify }}</h3>
|
<h3>{{ .name | markdownify }}</h3>
|
||||||
<p>{{ .content | markdownify }}</p>
|
<p>{{ .content | markdownify }}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue