Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision
Your text
Line 18:
Line 18:
display: flex;
display: flex;
flex-direction: column;
flex-direction: column;
}
.mbox-image-left img, .mbox-image-right img {
margin: 0.25rem 0;
}
}
Line 29:
Line 25:
@media screen and (max-width: 750px) {
@media screen and (max-width: 750px) {
.mbox {
flex-direction: column;
}
.mbox-image-left {
flex-direction: row;
margin: 1rem 1rem 0;
}
.mbox-image-right {
flex-direction: row;
margin: 0 1rem 1rem;
}
.mbox-image-left img, .mbox-image-right img {
margin: 0 0.25rem;
}
}
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.