page presentation

This commit is contained in:
2020-07-20 12:21:20 +02:00
parent 5a031a63e5
commit 72d68fb74e
12 changed files with 115 additions and 33 deletions
@@ -6,6 +6,17 @@ header{
background: white;
}
@media screen and (min-width: 768px) {
main:not(.home){
margin-top: 5rem!important;
}
}
main:not(.home){
margin-top: 0rem;
}
img{
width:100%;
height: 100%;
@@ -66,13 +77,24 @@ h4{
}
blockquote{
font-size: 2rem;
line-height: 1;
margin: 2rem;
margin: 2rem 1rem 2rem 1rem;
color: $lightgrey;
@include croix_or_B;
p{
margin-top: 0.5rem;
}
}
@media screen and (min-width: 768px) {
blockquote{
margin: 3.5rem 2rem 4rem 2rem;
p{
margin-top: 1rem;
}
}
}
.container{
&.programme{
margin-top: 3rem;