diff options
Diffstat (limited to 'frontend/src/styles')
-rw-r--r-- | frontend/src/styles/font.css | 6 | ||||
-rw-r--r-- | frontend/src/styles/helper.css | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/frontend/src/styles/font.css b/frontend/src/styles/font.css new file mode 100644 index 00000000..a4d876f5 --- /dev/null +++ b/frontend/src/styles/font.css @@ -0,0 +1,6 @@ +/*p, +a { + font-family: Helvetica, sans-serif; + letter-spacing: 2px; + font-weight: 100; +}*/
\ No newline at end of file diff --git a/frontend/src/styles/helper.css b/frontend/src/styles/helper.css index d4772134..1c172058 100644 --- a/frontend/src/styles/helper.css +++ b/frontend/src/styles/helper.css @@ -121,7 +121,7 @@ .chart-wrapper { width: 150px; height: 150px; - margin: auto; + padding-left: 2px; } .close-button { |