5 lines
195 B
CSS
5 lines
195 B
CSS
|
body, #app {
|
||
|
height: 100%;
|
||
|
font-size: 16px;
|
||
|
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
|
||
|
}
|