<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.links-icon .list-inline {
    display: flex;
    flex-wrap: wrap;
}

.links-icon .list-inline-item {
    background-color: #26292e;
    border: 1px solid transparent;
    display: block;
    padding: 10px;
    margin: 20px;
    transition: all 400ms ease-out 0s;
}

img {
    width: 100%;
    max-width: 70vw;
    height: auto;
}

@media only screen and (max-width: 600px) {
    img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}

@media (min-width: 992px) {
    .links-menu {
        display: none
    }
}
@media (max-width: 991px) {
    .links-icon {
        display: none
    }
}</pre></body></html>