summaryrefslogtreecommitdiffstats
path: root/app/base.styl
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-05-07 18:21:25 +0200
committerAhmed Abdelhalim <[email protected]>2021-05-07 18:43:13 +0200
commita620af696becaafe22967cb781471f32d7b9bf8b (patch)
tree909938fd823fb27e736581a4eef3475b4a867e07 /app/base.styl
parent9c75f63e8f5f9c56c9c8050b668f8981e45a15fd (diff)
Fix the front face
Diffstat (limited to 'app/base.styl')
-rw-r--r--app/base.styl2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/base.styl b/app/base.styl
index a633bbb..c44f477 100644
--- a/app/base.styl
+++ b/app/base.styl
@@ -16,7 +16,7 @@ secondaryColor = #DB0A16
}
body {
- font-family: "PT Sans"
+ font-family: "PT Sans", sans-serif
max-width: 1024px
min-width: 375px
margin: 0 auto !important