Adjusting font-sizes. Logo size.

This commit is contained in:
softsimon
2020-03-13 22:05:44 +07:00
parent 5b41ecf6e5
commit 7c2849b331
6 changed files with 16 additions and 16 deletions

View File

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