Commit 0ce26064 authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

correctif marge footer

parent 4f55121d
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
:root{
  --header-height: 80px;
  --footer-height: 80px;
}


body {
  padding-top: 150px;
@@ -28,7 +33,7 @@ body.maxhome{
  z-index: 10000;
}
#topbar{
  min-height:80px;
  min-height:var(--header-height);
}
#topbar li{
  padding-left: 10px;
@@ -101,6 +106,7 @@ padding-left:5px;
}
#main-max-container {
  text-align: justify;
  margin-bottom: calc(20px + var(--footer-height));
}
#main-max-container .manchette_droite,
#main-max-container .manchette_gauche,
@@ -178,10 +184,11 @@ footer {
  left:0;
  width:100%;
  background-color:black;
  max-height: var(--footer-height);
}

.footer-logos {
  width: 100px;
  width: var(--footer-height);
}