13 lines
206 B
CSS
13 lines
206 B
CSS
@import '@styles/css/base.css';
|
|
|
|
body {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
background-color: white;
|
|
color: black;
|
|
}
|
|
|
|
.v-application__wrap {
|
|
min-height: 0;
|
|
} |