logo responsive on smartphones
All checks were successful
build configuration / build (push) Successful in 27s

This commit is contained in:
louiseh 2024-06-05 15:29:09 +02:00
parent 73f17836e4
commit 2d84d74e6b

View file

@ -386,6 +386,23 @@ section p a:active {
}
}
/*--------------------------------------------------------*/
/* LOGO
/*--------------------------------------------------------*/
.logo img {
text-align: center;
}
/*--------------------------------------------------------*/
@media only screen and (max-width: 880px) {
.logo img {
width: 60%;
height: 60%;
}
}
/*--------------------------------------------------------*/
/* PRICE TABLE
/*--------------------------------------------------------*/
@ -680,7 +697,7 @@ section p a:active {
#list_contrats {
list-style-type: none;
padding-left: 20px;
font-size: 1.2rem;
font-size: 1.2rem
}