mirror of
https://github.com/DocsHome/microservices.git
synced 2025-11-05 20:47:04 +08:00
21 lines
251 B
CSS
21 lines
251 B
CSS
figure {
|
|
margin: 1.5em 0px;
|
|
padding:10px 0;
|
|
}
|
|
|
|
figcaption {
|
|
clear: left;
|
|
margin: 0.75em 0px;
|
|
text-align: center;
|
|
font-style: italic;
|
|
line-height: 1.5em;
|
|
}
|
|
|
|
.left {
|
|
text-align: left;
|
|
}
|
|
|
|
.right {
|
|
text-align: right;
|
|
}
|