Template:Quote fancy/style.css

From bg3.wiki
< Template:Quote fancy
Revision as of 07:47, 20 July 2024 by NtCarlson (talk | contribs) (Created page with ".bg3wiki-image-quote { display: flex; align-items: center; flex-direction: row; } @media screen and (min-width: 780px) { .bg3wiki-image-quote { display: flex; align-items: center; flex-direction: column; } }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
.bg3wiki-image-quote {
     display: flex;
     align-items: center;
     flex-direction: row;
}

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