Files
nginxconfig.io/resources/scss/_body.scss
Matt (IPv4) Cowley e40c2edfa0 Update footer & styling (#127)
* Add DO to footer & update styling

* Fix a DO body styling issue whilst we're here

* Fix another issue from DO styling
2019-11-19 22:19:26 +01:00

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