Optimized css for mobile devices

This commit is contained in:
H4CK3R-01
2021-07-14 11:34:36 +02:00
committed by H4CK3R-01
parent 16683d049e
commit e2b6e88a3b
11 changed files with 160 additions and 4526 deletions

View File

@@ -5,7 +5,7 @@
display: flex;
justify-content: center;
align-items: center;
background: url(/img/background.jpg) no-repeat center center fixed;
background: url(../img/background.jpg) no-repeat center center fixed;
-webkit-background-size: cover; /* For WebKit*/
-moz-background-size: cover; /* Mozilla*/
-o-background-size: cover; /* Opera*/

View File

@@ -48,7 +48,7 @@ header {
@media only screen and (max-width: 980px) {
header {
height: 5em;
}
.title {