css mobile

This commit is contained in:
2023-12-01 14:21:44 +01:00
parent 9de63691c6
commit 3d78821d3e
2 changed files with 17 additions and 0 deletions
@@ -317,6 +317,17 @@ header{
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
clip-path: inset(0px -10px -10px -10px);
padding: 5% 10% 5% 45%;
.titre{
@media (max-width:500px) {
font-size: 1.4rem;
}
::after{
@media (max-width:500px) {
left: 50px;
}
}
}
footer{
font-weight: 400;