Template:Vertically align image with text/styles.css

From Uncyclopedia, the content-free encyclopedia
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]] */