Set background to white

This commit is contained in:
Robert Marshall 2020-01-04 10:12:34 +00:00
parent 1f6900c67c
commit e5c9f5bd9f

View file

@ -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;
} }