8 lines
77 B
CSS
8 lines
77 B
CSS
@import './base.css';
|
|
|
|
#app {
|
|
padding: 1em 2rem;
|
|
|
|
font-weight: normal;
|
|
}
|