website/components/Caption/Caption.module.css
2023-08-28 09:40:38 +02:00

11 lines
119 B
CSS

.caption {
width: 75%;
margin: .5rem 0;
line-height: 1.75;
}
.center {
text-align: center;
margin: .5rem auto;
}