danix
's git repository
home
/
my projects
/
theme-danix.xyz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b96eccb
)
Aligned captions for figures to the center
author
danix
<danix@danix.xyz>
Sun, 19 Feb 2023 16:50:31 +0000
(17:50 +0100)
committer
danix
<danix@danix.xyz>
Sun, 19 Feb 2023 16:50:31 +0000
(17:50 +0100)
modified: assets/sass/components/_image.scss
assets/sass/components/_image.scss
patch
|
blob
|
blame
|
history
diff --git
a/assets/sass/components/_image.scss
b/assets/sass/components/_image.scss
index
2901801
..
09c402c
100644
(file)
--- a/
assets/sass/components/_image.scss
+++ b/
assets/sass/components/_image.scss
@@
-85,3
+85,11
@@
width: 100%;
\r
}
\r
}
\r
+
\r
+ figure {
\r
+ figcaption {
\r
+ p {
\r
+ text-align: center;
\r
+ }
\r
+ }
\r
+ }
\ No newline at end of file