summaryrefslogtreecommitdiff
path: root/src/static
diff options
context:
space:
mode:
authorEmma Terzioglu <emreterzioglu49@gmail.com>2026-03-15 12:18:01 -0700
committerEmma Terzioglu <emreterzioglu49@gmail.com>2026-03-15 12:18:01 -0700
commit459a8fc55f9ef0a64b1c9554df051abf31a2c7a7 (patch)
tree0a32e60c922bdfdd7b66e58f5b604147218e184c /src/static
parent10a438f4b06cd5791332db6d8e641a20a9550c15 (diff)
add basenamering
Diffstat (limited to 'src/static')
-rw-r--r--src/static/stylesheets/index.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/static/stylesheets/index.css b/src/static/stylesheets/index.css
index 9f8cda3..316daee 100644
--- a/src/static/stylesheets/index.css
+++ b/src/static/stylesheets/index.css
@@ -21,6 +21,16 @@
gap: 4px;
}
+#basenamering {
+ justify-content: start;
+ gap: 30px;
+ margin-top: 10px;
+}
+
+#basenamering .arrow {
+ text-decoration: underline;
+}
+
#qas {
display: flex;
flex-direction: column;