11 lines
125 B
CSS
11 lines
125 B
CSS
figure p {
|
|
margin: 0;
|
|
}
|
|
|
|
figure {
|
|
display: inline-block;
|
|
margin: 0.25em;
|
|
text-align: center;
|
|
font-size: smaller;
|
|
}
|