diff --git a/assets/css/style.css b/assets/css/style.css index 028a9d9..eacca1f 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -72,14 +72,28 @@ h4 { .homebutton { position: absolute; top: 70%; - left: 45%; + left: 50%; z-index: 999; } } /* Desktop */ -@media screen and (min-width: 1025px) and (max-width: 1199px){} /* small laptop */ -@media screen and (min-width: 768px) and (max-width: 1024px){} /* tablet */ -@media screen and (min-width: 575px) and (max-width: 767.98px){} /* tablet and large mobiles */ -@media screen and (min-width: 320px) and (max-width: 480px){} /* Mobile*/ + +@media screen and (min-width: 768px) and (max-width: 1024px){ + .homebutton { + position: absolute; + top: 70%; + left: 45%; + z-index: 999; + } +} /* tablet */ + +@media screen and (min-width: 320px) and (max-width: 480px){ + .homebutton { + position: absolute; + top: 70%; + left: 35%; + z-index: 999; + } +} /* Mobile*/