diff options
-rw-r--r-- | frontend/src/index.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/src/index.scss b/frontend/src/index.scss index 8389798..2813bdf 100644 --- a/frontend/src/index.scss +++ b/frontend/src/index.scss @@ -29,6 +29,10 @@ a { } } +h1 { + font-size: 2em; +} + /* width */ ::-webkit-scrollbar { width: 12px; |