Correction du footer sur la page carte
This commit is contained in:
@@ -338,6 +338,16 @@ section p {
|
|||||||
margin: 20px 0;
|
margin: 20px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 800px) {
|
||||||
|
section h1 {
|
||||||
|
font-size: 1.8rem;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
section#index h1 {
|
||||||
|
font-size: 1.7rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/***************************************/
|
/***************************************/
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
|||||||
@@ -9,7 +9,10 @@ body {
|
|||||||
footer {
|
footer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: calc(50% - 425px);
|
right: 50%;
|
||||||
|
transform: translateX(50%);
|
||||||
|
width: 100%;
|
||||||
|
max-width: 820px;
|
||||||
z-index: 10000;
|
z-index: 10000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user