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
2023-07-07 03:04:50 +02:00

10 lines
No EOL
164 B
CSS

.projectsList {
flex-basis: 460px;
flex-grow: 1;
flex-shrink: 1;
overflow-y: scroll;
display: flex;
flex-direction: column;
gap: 8px;
}