* Add DO to footer & update styling * Fix a DO body styling issue whilst we're here * Fix another issue from DO styling
13 lines
169 B
SCSS
13 lines
169 B
SCSS
body {
|
|
padding: 0;
|
|
margin: 0;
|
|
font-size: 1rem;
|
|
font-weight: 400;
|
|
line-height: 1.5;
|
|
text-align: left;
|
|
|
|
.wrapper.layout-wrapper {
|
|
padding: 0;
|
|
width: auto;
|
|
}
|
|
}
|