ajustement page home et programme

This commit is contained in:
armansansd
2021-08-27 19:08:39 +02:00
parent a7e481d9da
commit 82eebb2089
14 changed files with 213 additions and 112 deletions

View File

@@ -147,9 +147,9 @@
height: 100%;
}
a[rel~='home']{
display: none;
//display: none;
height: 100%;
// display: block;
display: block;
font-size: 0;
color: transparent;
background: left / contain no-repeat url(../images/POPSU_logo.svg);
@@ -180,15 +180,16 @@
text-align: center;
display: inline-block;
width: auto;
a, span{
text-transform: uppercase;
text-decoration: none;
font-weight: 600;
}
.views-field-title{
// a, span{
// }
.views-field-title a, .views-field-title span{
display: inline-block;
width: auto;
padding: .2rem .5rem;
text-transform: uppercase;
text-decoration: none;
font-weight: 600;
}
}
@@ -280,12 +281,15 @@
footer{
background: white;
margin-top: 3rem;
// margin-top: 3rem;
}
#footer-bottom{
padding: 2rem 0;
height: 15rem;
height: 10rem;
.more{
display: none;
}
*{
word-wrap: break-word;
}
@@ -303,19 +307,20 @@ footer{
}
}
.logo-gouv{
height: 50%;
height: 100%;
margin-bottom: 1rem;
display: block;
color: transparent;
font-size: 0;
background: left / contain no-repeat url(../images/gouv.svg);
}
.logo-puca{
height: 50%;
height: 100%;
display: block;
color: transparent;
font-size: 0;
background: left / contain no-repeat url(../images/puca.svg);
margin-top: -1rem;
margin-top: .5rem;
}
#block-pieddepage{