styling again
This commit is contained in:
parent
83b45a5e46
commit
cb67b6e2fb
30 changed files with 564 additions and 0 deletions
7
frontend-reactive/app/styles/timeline.css
Normal file
7
frontend-reactive/app/styles/timeline.css
Normal file
|
@ -0,0 +1,7 @@
|
|||
.timeline {
|
||||
max-width: 50%;
|
||||
width: fit-content;
|
||||
height: 100%;
|
||||
scroll-behavior: smooth;
|
||||
overflow-y: scroll;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue