6 lines
68 B
SCSS
6 lines
68 B
SCSS
|
.console {
|
||
|
background: gray;
|
||
|
width: 80vw;
|
||
|
min-height: 20vh;
|
||
|
}
|