Improvments to responsiveness

This commit is contained in:
softsimon
2020-03-03 17:47:01 +07:00
parent 2fe7af0c22
commit c1a8863861
12 changed files with 76 additions and 32 deletions

View File

@@ -27,20 +27,17 @@
}
@media (max-width: 767.98px) {
#divider {
top: -50px;
height: 1300px;
}
.position-container {
top: 100px;
}
}
/*
@media (min-width: 1920px) {
.position-container {
transform: scale(1.3);
}
}
*/
.black-background {
background-color: #11131f;