From 5d9fef51ba342b8056c873b267b7a4b49f9cccd6 Mon Sep 17 00:00:00 2001 From: xenua Date: Sun, 3 Jul 2022 18:30:10 +0200 Subject: [PATCH] improve figure/img looks --- sass/style.sass | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sass/style.sass b/sass/style.sass index ffe68a3..49de038 100644 --- a/sass/style.sass +++ b/sass/style.sass @@ -50,9 +50,6 @@ body figure max-width: 100% - margin: -1px -1px 1rem -1px - border-bottom: 1px solid silver - padding-bottom: 1rem img max-width: 100% @@ -63,6 +60,10 @@ body flex-flow: row nowrap justify-content: space-between gap: 2rem + padding-top: 0.5rem + padding-bottom: 0.5rem + border-bottom: 1px solid silver + margin-bottom: 1rem a white-space: nowrap