8 lines
106 B
SCSS
8 lines
106 B
SCSS
layout {
|
|
display: flex;
|
|
flex: 1 1 auto;
|
|
width: 100%;
|
|
max-width: 100%;
|
|
min-width: 0;
|
|
}
|