23 lines
339 B
CSS
23 lines
339 B
CSS
|
|
.info-card .subcard {
|
|
color: black;
|
|
}
|
|
|
|
.info-card .subcard p {
|
|
text-align: justify;
|
|
}
|
|
|
|
.info-card .content h1 {
|
|
color: black;
|
|
}
|
|
|
|
.info-card .subcard .preview p {
|
|
text-align: center;
|
|
}
|
|
|
|
.info-card>.zoomable-wrapper figcaption, .info-card .mainview>.subcard figcaption {
|
|
width: 100%;
|
|
position: absolute;
|
|
text-align: center;
|
|
}
|