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
@@ -12,7 +12,7 @@ body{
}
}
.__img-hero{
height: 500px;
height: 300px;
img{
width:100%;
height: 100%;
@@ -20,6 +20,14 @@ body{
}
}
.__img-hero{
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
}
.participant_full{
.hero{
@@ -47,6 +55,17 @@ body{
}
}
@media screen and (min-width: 768px) {
.__img-hero{
height: 500px;
width: auto;
position: relative;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}
}
@media screen and (min-width: 768px) {
.participant_full{
.hero{