Set background to white
This commit is contained in:
parent
1f6900c67c
commit
e5c9f5bd9f
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ body {
|
||||||
max-width: 1280px;
|
max-width: 1280px;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
background: @Grey-100;
|
background: white;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue