aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJJ2024-07-19 00:45:18 +0000
committerJJ2024-07-19 00:45:18 +0000
commit26847d82fc87698889eb827ac9f62cd01cd03e69 (patch)
tree73b8d83fcb69c4f7e403daef24d8c812f3164aff
parent74f67282026950769c5d3a968f2dd84a8e62b74d (diff)
css fix
-rw-r--r--frontend/src/index.scss4
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;