forked from wallabag/wallabag
Figure image and figcaption centered on share page
This commit is contained in:
@ -380,6 +380,14 @@ tbody {
|
||||
border-width: 1px 0;
|
||||
}
|
||||
|
||||
figure {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
figure > * {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
header {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user