mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 17:00:36 -05:00
12 lines
185 B
SCSS
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%;
|
|
}
|