Adjust height for body
This commit is contained in:
parent
0907a9bba8
commit
6ec8a041ff
1 changed files with 5 additions and 1 deletions
|
@ -1,8 +1,12 @@
|
|||
html, body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #e5e5e5;
|
||||
margin: auto;
|
||||
max-width: 1200px;
|
||||
font-family: arial;
|
||||
background: #e5e5e5;
|
||||
padding: 0px 12px;
|
||||
.disabled-items {
|
||||
opacity: 0.3;
|
||||
|
|
Reference in a new issue