mirror of
https://git.adityakumar.xyz/hugo-theme-even.git
synced 2024-11-12 16:19:45 +00:00
feat: support 'right' and 'left' class value for the built-in figure
This commit is contained in:
parent
5a5d0fe0d9
commit
57c8a3adea
3 changed files with 10 additions and 2 deletions
|
@ -105,6 +105,14 @@
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
&.right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
&.left {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
figcaption h4 {
|
||||
color: #b5b5b5;
|
||||
font-size: 0.9rem;
|
||||
|
|
2
static/dist/even.min.css
vendored
2
static/dist/even.min.css
vendored
File diff suppressed because one or more lines are too long
2
static/dist/even.min.css.map
vendored
2
static/dist/even.min.css.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue