/**
 * @license MIT, https://opensource.org/license/MIT
 */

.article .cover {
    display: block;
    margin: 2rem 0;
}

.article .cover source,
.article .cover img {
    width: 100%;
}
