Remove some default styling from body

These mirror, either exactly or pretty close to exactly, what is set
by the bootstrap reboot style, so there's no need for us to duplicate.
This commit is contained in:
Andy Allan 2021-06-30 11:17:30 +01:00
parent a32b751fed
commit 2a347e71be

View file

@ -9,13 +9,6 @@
body {
font-family: 'Helvetica Neue',Arial,sans-serif;
font-size: $typeheight;
line-height: 1.6666;
color: #222;
background-color: #fff;
margin: 0px;
padding: 0px;
text-align: left;
height: 100%;
}
p > img {