Template:Quote fancy/style.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
.bg3wiki-image-quote { | .bg3wiki-image-quote { | ||
display: flex; | |||
align-items: center; | |||
flex-direction: column; | |||
} | } | ||
@media screen and (min-width: 780px) { | @media screen and (min-width: 780px) { | ||
.bg3wiki-image-quote { | |||
display: flex; | |||
align-items: center; | |||
flex-direction: row; | |||
} | |||
} | |||
.bg3wiki-image-quote-author { | |||
margin-left: auto; | |||
margin-right: 32px; | |||
margin-top: -8px; | |||
padding-bottom: 8px; | |||
margin-bottom: -2em; | |||
line-height: 2em | |||
} | } |
Revision as of 06:55, 20 July 2024
.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;
}
}
.bg3wiki-image-quote-author {
margin-left: auto;
margin-right: 32px;
margin-top: -8px;
padding-bottom: 8px;
margin-bottom: -2em;
line-height: 2em
}