mirror of
https://github.com/penpot/penpot.git
synced 2026-05-20 15:33:43 +00:00
7 lines
105 B
SCSS
7 lines
105 B
SCSS
.projects-page {
|
|
padding: 1rem;
|
|
background-color: $color-white;
|
|
flex: 1 0 0;
|
|
overflow-y: auto;
|
|
}
|