2020-12-08 13:18:16 +01:00
|
|
|
/* don't style links in headers */
|
2020-11-30 12:30:22 +01:00
|
|
|
h1, h2, h3, h4, h5, h6 {
|
2020-11-30 14:07:25 +01:00
|
|
|
a, a:hover, a:focus {
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2020-11-30 12:30:22 +01:00
|
|
|
}
|
|
|
|
|
2020-12-08 13:18:16 +01:00
|
|
|
/* use larger height for featured blocks */
|
2020-12-01 10:20:26 +01:00
|
|
|
.h-300 { height: 300px; }
|
2020-11-30 12:30:22 +01:00
|
|
|
@media (min-width: 768px) {
|
2020-12-01 10:20:26 +01:00
|
|
|
.h-md-300 { height: 300px; }
|
2020-11-30 12:30:22 +01:00
|
|
|
}
|
|
|
|
|
2020-12-08 13:18:16 +01:00
|
|
|
/* make sure article images don't escape their parent */
|
2020-12-07 15:26:30 +01:00
|
|
|
article img {
|
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
|
|
|
margin: 13px auto;
|
|
|
|
}
|
2020-11-30 12:30:22 +01:00
|
|
|
|
2020-12-08 13:18:16 +01:00
|
|
|
/* italicize and mute figure captions */
|
|
|
|
figcaption {
|
|
|
|
font-style: italic;
|
2020-11-30 12:30:22 +01:00
|
|
|
color: #727272;
|
|
|
|
}
|