Template:Vertically align image with text/styles.css
Jump to navigation
Jump to search
.vertically-align-image-with-text {
display: flex;
align-items: center;
}
.vertically-align-image-with-text img {
height: auto;
}
/* [[Category:Template stylesheets]] */