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; }