Merge branch 'dev' into game_board
This commit is contained in:
@@ -1,13 +1,4 @@
|
||||
#game {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
grid-column-start: 1;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
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*/
|
||||
background-size: cover; /* Generic*/
|
||||
}
|
@@ -48,4 +48,4 @@
|
||||
#login button {
|
||||
background-color: #0062ff;
|
||||
color: #ffffff;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user