mirror of
https://github.com/vale981/smol
synced 2025-03-04 17:11:38 -05:00
nixer centering
This commit is contained in:
parent
601eb6c0f0
commit
61bc320784
1 changed files with 4 additions and 2 deletions
|
@ -80,9 +80,11 @@ img {
|
||||||
figcaption {
|
figcaption {
|
||||||
color: #888;
|
color: #888;
|
||||||
font: 12px/1.5 monospace;
|
font: 12px/1.5 monospace;
|
||||||
text-align: left ;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
figure {
|
figure {
|
||||||
margin: auto
|
margin: auto;
|
||||||
|
text-align: center;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue