mirror of
https://github.com/Steffo99/steffoweb.git
synced 2024-11-21 23:54:30 +00:00
10 lines
No EOL
164 B
CSS
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;
|
|
} |