1
Fork 0
mirror of https://github.com/Steffo99/steffoweb.git synced 2024-10-16 15:27:28 +00:00
steffoweb/components/ProjectsList.module.css

10 lines
164 B
CSS
Raw Normal View History

2023-05-29 01:24:24 +00:00
.projectsList {
2023-05-29 03:23:51 +00:00
flex-basis: 500px;
flex-grow: 1;
2023-05-29 01:24:24 +00:00
flex-shrink: 1;
overflow-y: scroll;
display: flex;
flex-direction: column;
gap: 8px;
}