mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 21:28:28 +02:00
6 lines
105 B
SCSS
6 lines
105 B
SCSS
.projects-page {
|
|
padding: 1rem;
|
|
background-color: $color-white;
|
|
flex: 1 0 0;
|
|
overflow-y: auto;
|
|
}
|