diff --git a/assets/css/main.scss b/assets/css/main.scss index 0421b8c..80cccbe 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -122,4 +122,20 @@ main { padding: .75rem; text-align: center; font-weight: bold; -} \ No newline at end of file +} + +figure { + max-width: 100%; + background-color: v.$color_hr; + border: 1px solid v.$color_tertiary; + padding: 4px; +} + +figure img { + max-width: 100%; +} + +figcaption p { + margin: 4px 0; + text-align: center; +}