11 lines
137 B
CSS
11 lines
137 B
CSS
|
|
@import './base.css';
|
||
|
|
|
||
|
|
#app {
|
||
|
|
max-width: 1280px;
|
||
|
|
margin: 0 auto;
|
||
|
|
padding: 0 2rem;
|
||
|
|
|
||
|
|
font-weight: normal;
|
||
|
|
/* height: 100vh; */
|
||
|
|
}
|