[UsageCounts | Trunk]: Add mobilde rules

This commit is contained in:
k.triantafyllou 2020-11-30 11:15:02 +00:00
parent 73148b53c0
commit ff2abde0f5
1 changed files with 15 additions and 5 deletions

View File

@ -1,12 +1,22 @@
.countries {
background-image: url("/assets/usage-statistics-assets/analytics/1.svg");
background-size: contain;
background-repeat: no-repeat;
background-position: top center;
min-height: calc(100vh - 100px);
position: relative;
}
@media only screen and (min-width: 1200px) {
.countries {
min-height: calc(100vh - 100px);
}
}
@media only screen and (min-width: 960px) {
.countries {
background-image: url("/assets/usage-statistics-assets/analytics/1.svg");
background-size: contain;
background-repeat: no-repeat;
background-position: top center;
}
}
.countries a.next {
position: absolute;
bottom: 10vh;