mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
13.58.2021 e0796f9afdc9c7dca00069dba659a516a2ba178d
assets/css/style.css
@@ -425,6 +425,29 @@
    margin-left: 5px
}
.post figure {
    max-width: 100%;
    height: auto;
    margin: 0;
    text-align: center;
}
.post figure.right {
    float: right;
    margin-left: 1.5em;
    max-width: 50%;
}
.post figure.left {
    float: left;
    margin-right: 1.5em;
    max-width: 50%;
}
.post figure.big {
    max-width: 100vw;
}
.info {
    margin: 1em;
}
@@ -892,6 +915,19 @@
        position: absolute;
    }
    .post figure.right {
        float: unset;
        max-width: 100%;
        margin: 0;
    }
    .post figure.left {
        float: unset;
        max-width: 100%;
        margin: 0;
    }
    .footer {
        display: none;
    }