diff options
Diffstat (limited to 'src/static/stylesheets')
| -rw-r--r-- | src/static/stylesheets/index.css | 10 |
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; |
