0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 17:00:36 -05:00
penpot/resources/styles/layouts/main-layout.scss
2016-02-21 16:23:47 +02:00

12 lines
185 B
SCSS

.main-content {
display: flex;
height: 100%;
position: relative;
}
.dashboard-content {
display: flex;
flex-direction: column;
height: calc(100vh - 60px);
width: 100%;
}