9 lines
82 B
CSS
9 lines
82 B
CSS
|
#app {
|
||
|
max-width: 850px;
|
||
|
margin: 0 auto;
|
||
|
}
|
||
|
|
||
|
nav {
|
||
|
padding: 20px 0 20px 0;
|
||
|
}
|