feat: Ajustement des marges

This commit is contained in:
2022-10-07 22:07:27 +02:00
parent 8d2e92a483
commit 4b65dc92a2
7 changed files with 40 additions and 16 deletions

View File

@ -247,18 +247,34 @@ a:hover {
}
.section {
padding: 100px 0;
padding: 5rem 0;
}
@media (max-width: 768px) {
.section {
padding: 80px 0;
padding: 4rem 0;
}
}
@media (max-width: 480px) {
.section {
padding: 50px 0;
padding: 3rem 0;
}
}
.section.stick {
padding: 5rem 0 0;
}
@media (max-width: 768px) {
.section.stick {
padding: 4rem 0 0;
}
}
@media (max-width: 480px) {
.section.stick {
padding: 3rem 0 0;
}
}
@ -445,6 +461,10 @@ a:hover {
border-color: #fff;
}
strong {
font-variation-settings: 'wght' 500
}
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgb(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@ -727,6 +747,10 @@ a:hover {
padding-right: 5px;
}
.con-info strong a {
font-size: 1.4rem;
}
.error {
display: none;
padding: 10px;