mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-24 19:23:45 +08:00
* Add DO to footer & update styling * Fix a DO body styling issue whilst we're here * Fix another issue from DO styling
14 lines
169 B
SCSS
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;
|
|
}
|
|
}
|