0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-06 22:38:13 -05:00
penpot/resources/public/styles/layouts/main-layout.scss
2016-02-15 22:55:18 +02:00

12 lines
181 B
SCSS

.main-content {
display: flex;
height: 100%;
position: relative;
}
.dashboard-content {
box-sizing: border-box;
display: flex;
flex-direction: column;
width: 100%;
}