tweak the css

This commit is contained in:
Joe Ardent 2023-01-14 23:33:31 -08:00
parent 6caebf2e93
commit 9b5905b859
2 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,10 @@
img { img {
border: 3px solid #ececec; border: 3px solid #ececec;
max-width: 100%; max-width: 100%;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 3px;
} }
figure { figure {
@ -31,5 +35,5 @@ figure h4::before {
} }
svg { svg {
max-height: 15px; max-height: 30px;
} }

View File

@ -12,6 +12,7 @@
} }
.hias-footer { .hias-footer {
text-align: center;
font-size: 0.4rem; font-size: 0.4rem;
} }