5 lines
52 B
CSS
5 lines
52 B
CSS
|
.dashboard {
|
||
|
max-width: 40em;
|
||
|
margin: 0 auto;
|
||
|
}
|