mirror of
https://github.com/penpot/penpot.git
synced 2025-02-06 22:38:13 -05:00
12 lines
181 B
SCSS
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%;
|
|
}
|