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;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.title {
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
.title h2 {
|
||||
font-weight: 700;
|
||||
font-size: 38px;
|
||||
|
@ -952,19 +958,6 @@ a:hover {
|
|||
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
|
||||
==================================================================*/
|
||||
|
@ -2301,4 +2294,4 @@ figcaption {
|
|||
|
||||
.cookie-box-hide {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,12 +19,7 @@
|
|||
{{ range .service_item}}
|
||||
{{"<!-- Single Service Item -->" | safeHTML }}
|
||||
<article class="col-lg-4 col-md-6 col-12 wow fadeInUp" data-wow-duration="500ms">
|
||||
<div class="service-block">
|
||||
{{ if .icon }}
|
||||
<div class="service-icon text-center">
|
||||
<i class="{{ .icon }}"></i>
|
||||
</div>
|
||||
{{ end }}
|
||||
<div class="p-3">
|
||||
<h3>{{ .name | markdownify }}</h3>
|
||||
<p>{{ .content | markdownify }}</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue