mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-05 22:58:21 +00:00
Move font definition into div, doesn’t seem to be picked up in body
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user