* Add DO to footer & update styling * Fix a DO body styling issue whilst we're here * Fix another issue from DO styling
8 lines
121 B
SCSS
8 lines
121 B
SCSS
footer {
|
|
padding: 2rem 0 0;
|
|
text-align: center;
|
|
font-size: .8rem;
|
|
background: #fff;
|
|
box-shadow: none;
|
|
margin: 0;
|
|
}
|