feat: Mise à jour du design

This commit is contained in:
2022-10-05 17:19:30 +02:00
parent 744e37a396
commit c642cccfbc
4 changed files with 53 additions and 29 deletions

View File

@ -96,6 +96,7 @@ a:hover {
padding: 10px 30px;
border-radius: 0;
transition: all .3s ease-in 0s;
font-size: 1.1rem;
}
.btn.btn-primary {
@ -520,11 +521,23 @@ a:hover {
.hero-area .block p {
color: #fff;
font-size: 20px;
font-size: 40px;
width: 70%;
margin: 0 auto;
}
@media (max-width: 992px) {
.hero-area .block p {
font-size: 30px;
}
}
@media (max-width: 575px) {
.hero-area .block p {
font-size: 20px;
}
}
.hero-area .block .btn-transparent {
margin-top: 40px;
border-color: #fff;
@ -706,6 +719,7 @@ a:hover {
.con-info {
margin-bottom: 20px;
font-size: 1.1rem;
}
.con-info i,