You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
666 B
CSS

/* MIRI THE LEADER */
.miri-the-leader {
font-size: 18px;
padding: 5mm;
}
.miri-the-leader .card {
text-align: center;
}
.miri-the-leader .quote {
font-size: 24px;
margin: 32px 0;
font-style: italic;
}
.miri-the-leader dl {
position: absolute;
bottom: 4mm;
width: 100%;
overflow: hidden;
padding: 0;
margin: 0;
}
.miri-the-leader dt {
float: left;
width: 75%;
padding: 0;
margin: 0;
}
.miri-the-leader dd {
float: left;
width: 25%;
padding: 0;
margin: 0;
}
.connect-less .description {
font-size: 24px;
}
.connect-less figcaption {
display: none;
}
.crosswords .category {
font-size: 14px;
margin: 4mm;
text-transform: uppercase;
}