Assets support WIP

refs #37
This commit is contained in:
softsimon
2020-05-02 12:36:35 +07:00
parent b2d2fd225c
commit 11b1d9bbd3
12 changed files with 110 additions and 41 deletions

View File

@@ -11,7 +11,7 @@
.position-container {
position: absolute;
left: 50%;
bottom: 150px;
bottom: 170px;
}
.chart-holder {
@@ -37,7 +37,7 @@
@media (min-width: 1920px) {
.position-container {
transform: scale(1.3);
bottom: 190px;
bottom: 210px;
}
.chart-holder {
height: calc(100% - 280px);