Experimental positioning for .welcome heading

This commit is contained in:
Ferit Yiğit BALABAN
2022-07-28 21:43:13 +03:00
parent 88327ee58e
commit ecce616bf0

View File

@@ -17,16 +17,27 @@ $social-button_inner_margin: 10px;
color: white; color: white;
font: 500 50px Montserrat, sans-serif; font: 500 50px Montserrat, sans-serif;
z-index: 5; z-index: 5;
bottom: 200px; top: 700px;
left: 200px; left: 200px;
text-shadow: 2px 2px 15px black; text-shadow: 2px 2px 15px black;
@include mixins.header_overflow2 { @media screen and (max-height: 1000px) {
bottom: 300px; top: 550px;
}
@media screen and (max-height: 850px) {
top:450px;
}
@media screen and (max-width: 850px) {
left: 50px; left: 50px;
} }
@include mixins.mx_mobile { @media screen and (max-width: 600px) {
top: 650px;
}
@media screen and (max-width: 400px) {
font-size: 32px; font-size: 32px;
} }
} }