Template:Quote fancy/style.css

From bg3.wiki
Jump to navigation Jump to search
.bg3wiki-image-quote {
     display: flex;
     align-items: center;
     flex-direction: column;
}

@media screen and (min-width: 780px) {
    .bg3wiki-image-quote {
        display: flex;
        align-items: center;
        flex-direction: row;
    }
}