5 lines
55 B
CSS
5 lines
55 B
CSS
|
/* custom styles */
|
||
|
|
||
|
.container {
|
||
|
max-width: 500px;
|
||
|
}
|