page presentation
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user