Template:POTD row/sandbox/styles.css
Appearance
.potd {
/* margin: 0 3px 3px; *//* need to check not-Timeless on this one */
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
}
.potd-big {
text-align: center;
margin: 0.9em;
flex-flow: column nowrap;
}
.potd-image {
padding-right: 0.9em;
}
.potd-big .potd-image {
padding-right: 0;
}
.potd-image-second {
margin-top: 0.5em;
}
.potd-description {
padding-right: 6px;
}
.potd-big .potd-description {
padding: 0 0.9em;
}
.potd-animation {
font-size: 150%;
text-align: center;
}
.potd-credit {
font-size: 85%;
}
.potd-recent {
text-align: right;
}
.potd-footer {
font-weight: bold;
text-align: right;
}