11 lines
113 B
CSS
11 lines
113 B
CSS
@import "./base.css";
|
|
|
|
#app {
|
|
max-width: 1280px;
|
|
margin: 0 auto;
|
|
padding: 2rem;
|
|
|
|
font-weight: normal;
|
|
}
|
|
|