Skip to content

Commit

Permalink
fix custom css
Browse files Browse the repository at this point in the history
  • Loading branch information
starfieldKt committed Aug 23, 2023
1 parent fa20f16 commit 7753d38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/_static/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
@import url('theme.css');

div.figure {
figure {
text-align: center;
}

div.figure p.caption {
figcaption {
text-align: center;
}

div.code-block-caption {
code-block-caption {
text-align: center;
}

0 comments on commit 7753d38

Please sign in to comment.