tweak: Add default styling for images

and centering options, which I have found to be convenient.
This commit is contained in:
NunoSempere 2022-03-10 07:24:30 +00:00
parent 243cc5f75d
commit 322d16d1ab

View File

@ -58,3 +58,25 @@ footer {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
} }
img {
display: block;
margin-left: auto;
margin-right: auto;
width: 80%;
}
.img-frontpage-center {
display: block;
margin-left: auto;
margin-right: auto;
width: 30%;
}
.img-medium-center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}