Move font definition into div, doesn’t seem to be picked up in body

This commit is contained in:
David Taylor
2017-05-18 15:32:54 +01:00
parent f3c020b613
commit 703fb8561a
2 changed files with 3 additions and 3 deletions

View File

@@ -1,9 +1,7 @@
$button_color: #357ebf;
body{
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
margin: 0px;
}
.main-table{
@@ -36,6 +34,8 @@ body{
width: 100%;
.content {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
width: 100%;
max-width: 600px;
padding: 10px;