Zoom Calendar

This commit is contained in:
Paolo Arena
2020-01-21 01:37:27 +01:00
parent 3442b5b45a
commit ffded7f9b1
5 changed files with 38 additions and 13 deletions

View File

@@ -119,11 +119,11 @@ h4 {
}
.landing__hero {
min-height: 50vh
min-height: 20vh
}
.landing__header {
height: 10vh
height: 0
}
.landing__arrow {
@@ -137,8 +137,8 @@ h4 {
}
.landing__logo {
width: 9.40rem;
height: 9.40rem;
width: 4.40rem;
height: 4.40rem;
margin-top: 1.315rem;
//-webkit-animation: logo-rotate 240s linear infinite;
//animation: logo-rotate 240s linear infinite
@@ -333,7 +333,7 @@ body.mobile .landing:before {
}
.clgutter {
margin-top: 1.25rem;
margin-top: 0.25rem;
padding: .62rem;
}
@@ -351,7 +351,7 @@ body.mobile .landing:before {
text-align: center
}
.landing__header {
height: 7vh
height: 0
}
.clgutter {
margin-top: 0;
@@ -475,3 +475,7 @@ body.mobile .landing:before {
font-size: 1rem;
}
.q-carousel__slide{
background-size: auto;
}