diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index 9f799c2..b6ba86e 100644 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -1,11 +1,10 @@ // FIGURES figure { - margin: 2rem 0 0 8rem; + margin: 2rem 0 2rem 8rem; } figcaption { display: block; - margin: 0 0 2rem 8rem; font-style: italic; font-size: 0.9rem; }