styling again

This commit is contained in:
Melody Becker 2024-09-23 17:13:57 +02:00
parent 83b45a5e46
commit cb67b6e2fb
30 changed files with 564 additions and 0 deletions

View file

@ -0,0 +1,7 @@
.timeline {
max-width: 50%;
width: fit-content;
height: 100%;
scroll-behavior: smooth;
overflow-y: scroll;
}