Make figures align in the center
This commit is contained in:
parent
e473acb3c9
commit
84bdc58130
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ a {
|
|||
color: @link-color;
|
||||
}
|
||||
|
||||
figure {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
pre.src {
|
||||
@import (less) "yoshi.css";
|
||||
|
||||
|
|
Loading…
Reference in a new issue