Template:Text adventure/styles.css
Jump to navigation
Jump to search
.text-adventure {
display: flex;
flex-flow: row-reverse nowrap;
justify-content: space-between;
column-gap: 0.5em;
}
.text-adventure #title {
font-size: 1.4em;
font-weight: bold;
}
.text-adventure div.tright {
margin: 0;
}
.text-adventure div.thumbinner {
padding: 0;
border: 0;
background-color: transparent;
}
.text-adventure div.magnify {
display: none;
}
@media screen and (max-width: 769px) {
.text-adventure {
display: flex;
flex-flow: column nowrap;
align-items: center;
}
}