Template:Quote fancy/style.css: Difference between revisions
Jump to navigation
Jump to search
(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; } }") |
No edit summary |
||
Line 2: | Line 2: | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
flex-direction: | flex-direction: column; | ||
} | } | ||
Line 9: | Line 9: | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
flex-direction: | flex-direction: row; | ||
} | } | ||
} | } |