@charset "UTF-8";

.md-post--excerpt {
    border-left: solid 1px #5488e8;
    padding-left: 25px;
}

.md-typeset img {
    max-width: 50%;
    max-height: 50vh;
    cursor: pointer;
}

#banner-img {
    max-width: 100%;
}

p > img::before {
    display: none;
}

.md-tabs__item:nth-child(6) {
    margin-left: auto;
}
