diff options
author | JJ | 2024-07-19 00:45:18 +0000 |
---|---|---|
committer | JJ | 2024-07-19 00:45:18 +0000 |
commit | 26847d82fc87698889eb827ac9f62cd01cd03e69 (patch) | |
tree | 73b8d83fcb69c4f7e403daef24d8c812f3164aff /frontend | |
parent | 74f67282026950769c5d3a968f2dd84a8e62b74d (diff) |
css fix
Diffstat (limited to 'frontend')
-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; |