calage tmp header footer logo

This commit is contained in:
armansansd
2021-08-11 11:07:18 +02:00
parent 383f8cfde6
commit 9b9c9397f4
4 changed files with 55 additions and 34 deletions

View File

@@ -138,9 +138,11 @@
}
.header_top_left_container{
height: 100%;
&>div:first-child{
height: 100%;
}
display: grid;
grid-template-columns: 1fr 1fr;
// &>div:first-child{
// // height: 100%;
// }
a[rel~='home']{
height: 100%;
display: block;
@@ -295,19 +297,19 @@ footer{
}
}
.logo-gouv{
height: 100%;
height: 70%;
display: block;
color: transparent;
font-size: 0;
background: left / contain no-repeat url(../images/gouv.svg);
}
.logo-puca{
height: 100%;
height: 70%;
display: block;
color: transparent;
font-size: 0;
background: left / contain no-repeat url(../images/puca.svg);
margin-top: -1.5rem;
margin-top: -1rem;
}
#block-pieddepage{