8 lines
117 B
CSS
8 lines
117 B
CSS
|
.body-content {
|
||
|
max-width: 700px;
|
||
|
margin: 50px auto;
|
||
|
}
|
||
|
|
||
|
.body-content .card-header {
|
||
|
font-weight: bold;
|
||
|
}
|