logo responsive on smartphones
All checks were successful
build configuration / build (push) Successful in 27s
All checks were successful
build configuration / build (push) Successful in 27s
This commit is contained in:
parent
73f17836e4
commit
2d84d74e6b
1 changed files with 18 additions and 1 deletions
|
@ -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
|
/* PRICE TABLE
|
||||||
/*--------------------------------------------------------*/
|
/*--------------------------------------------------------*/
|
||||||
|
@ -680,7 +697,7 @@ section p a:active {
|
||||||
#list_contrats {
|
#list_contrats {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue