11 lines
129 B
Plaintext
11 lines
129 B
Plaintext
@import './reset';
|
|
|
|
body, html {
|
|
height: 100%;
|
|
}
|
|
|
|
#render-view {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: relative;
|
|
} |