Mise à jour du design des titres et des espacements du bloc service

This commit is contained in:
2022-09-08 11:24:13 +02:00
parent cc217762f1
commit 5a129e957c
2 changed files with 8 additions and 20 deletions

View File

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