Optimized css for mobile devices
This commit is contained in:
@@ -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*/
|
||||
|
@@ -48,7 +48,7 @@ header {
|
||||
@media only screen and (max-width: 980px) {
|
||||
header {
|
||||
height: 5em;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.title {
|
||||
|
Reference in New Issue
Block a user