Fix a DO body styling issue whilst we're here

pull/127/head
MattIPv4 2019-11-19 21:06:40 +00:00
parent 965e20a945
commit c9e6d9b5aa
1 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,10 @@ body {
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
.wrapper.layout-wrapper {
padding: 0;
width: auto;
}
}