From 9b5905b8594be7e8c4d8ce59eb05ac0bf5c63d7b Mon Sep 17 00:00:00 2001 From: Joe Ardent Date: Sat, 14 Jan 2023 23:33:31 -0800 Subject: [PATCH] tweak the css --- sass/parts/_image.scss | 8 ++++++-- sass/parts/misc.scss | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/sass/parts/_image.scss b/sass/parts/_image.scss index 447f930..4cf64b8 100644 --- a/sass/parts/_image.scss +++ b/sass/parts/_image.scss @@ -1,6 +1,10 @@ img { border: 3px solid #ececec; max-width: 100%; + display: block; + margin-left: auto; + margin-right: auto; + margin-bottom: 3px; } figure { @@ -31,5 +35,5 @@ figure h4::before { } svg { - max-height: 15px; -} \ No newline at end of file + max-height: 30px; +} diff --git a/sass/parts/misc.scss b/sass/parts/misc.scss index 0aabe03..b870c80 100644 --- a/sass/parts/misc.scss +++ b/sass/parts/misc.scss @@ -12,6 +12,7 @@ } .hias-footer { + text-align: center; font-size: 0.4rem; }