class to center an image as a block element

this is effectively a replacement for div.splash means of getting a
centered header image, and can be used anywhere
This commit is contained in:
Brian S. Stephan 2021-02-12 09:19:35 -06:00
parent bb0e71e9e4
commit ae72fe87b5
1 changed files with 6 additions and 0 deletions

View File

@ -131,6 +131,12 @@ img {
max-width: 50% !important;
}
.img-center {
display: block;
margin-left: auto;
margin-right: auto;
}
/* For screens with width smaller than 400px */
.figure-left .figure-right {
max-width: 95%;