9 lines
114 B
CSS
9 lines
114 B
CSS
.boxTitle {
|
|
margin: 24px;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.boxSubtitle {
|
|
font-weight: normal;
|
|
}
|