a5d304da2b
* removing avenir, replacing with montserrat * sidebar tweaks * sidebar positioning * resolving merge conflict * working on sidebar * removing avenir font, using montserrat instead due to licensing issues * removing old import statement for typeography scss file * design formatting for sidebar closes #234
17 lines
234 B
SCSS
17 lines
234 B
SCSS
.fullscreen-preview {
|
|
display: flex;
|
|
width: 100%;
|
|
height: 100%;
|
|
flex-flow: column;
|
|
}
|
|
|
|
.fullscreen-preview__title {
|
|
width: 100%;
|
|
}
|
|
|
|
.fullscreen-preview__frame-wrapper {
|
|
width: 100%;
|
|
flex: 1 0 0%;
|
|
position: relative;
|
|
}
|
|
|