- Chart Maps Nationality

- Username lowercase
- Statistics
- Telegram
This commit is contained in:
Paolo Arena
2020-01-27 15:08:03 +01:00
parent ffded7f9b1
commit f3b70c781e
15 changed files with 397 additions and 2420 deletions

View File

@@ -15,6 +15,18 @@ p {
//text-shadow: .125rem .125rem .25rem $grayshadow;
}
.logo{
margin-left: auto;
margin-right: auto;
max-height: 250px;
max-width: 250px;
@media (max-width: 718px) {
max-height: 180px;
max-width: 180px;
}
}
h4 {
font-size: 1.25rem;
}
@@ -27,8 +39,8 @@ h4 {
}
.landing_background {
background: #000 url(../../statics/images/foto1.jpg) no-repeat 50% fixed;
background-size: cover
background: #000 url(../../statics/images/foto1.jpg) no-repeat 100% fixed;
background-size: contain !important;
}
.landing > section {
@@ -123,7 +135,7 @@ h4 {
}
.landing__header {
height: 0
height: 0vh
}
.landing__arrow {
@@ -223,7 +235,6 @@ body.mobile .landing:before {
z-index: -1;
//background: #000 url(../../statics/images/cover.jpg) 50%;
background-size: cover
}
/*
@@ -351,7 +362,7 @@ body.mobile .landing:before {
text-align: center
}
.landing__header {
height: 0
height: 10vh
}
.clgutter {
margin-top: 0;
@@ -477,5 +488,8 @@ body.mobile .landing:before {
}
.q-carousel__slide{
background-size: auto;
// background-size: auto;
background-size: contain !important;
background-repeat: no-repeat;
background-position: 50%;
}