This commit is contained in:
Ferit Yiğit BALABAN
2022-07-28 19:53:25 +03:00
parent f865f01b1f
commit b8903ab7f1
2 changed files with 30 additions and 2 deletions

View File

@@ -98,6 +98,13 @@ $toggle-label_s_second_bar: math.div($toggle-label_s_width - 4, 2);
height: $toggle-label_l_width;
position: relative;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
.bar {
padding: 0;

View File

@@ -37,16 +37,30 @@
color: white;
font: 500 50px Montserrat, sans-serif;
z-index: 5;
bottom: 200px;
top: 700px;
left: 200px;
text-shadow: 2px 2px 15px black;
}
@media screen and (max-height: 1000px) {
.welcome {
top: 550px;
}
}
@media screen and (max-height: 850px) {
.welcome {
top: 450px;
}
}
@media screen and (max-width: 850px) {
.welcome {
bottom: 300px;
left: 50px;
}
}
@media screen and (max-width: 600px) {
.welcome {
top: 650px;
}
}
@media screen and (max-width: 400px) {
.welcome {
font-size: 32px;
@@ -736,6 +750,13 @@ h1 {
height: 36px;
position: relative;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#header #toggle-label .bar {
padding: 0;