mirror of
https://github.com/penpot/penpot.git
synced 2026-05-12 03:23:46 +00:00
13 lines
185 B
SCSS
13 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%;
|
|
}
|