view sat_templates/templates/default/static/blog.css @ 338:a90baa4d3ed1

Added tag v0.8.0b1 for changeset f75f8952dac8
author Goffi <goffi@goffi.org>
date Fri, 18 Jun 2021 16:08:53 +0200
parents 178f55b825b7
children
line wrap: on
line source

@media (min-width: 500px) {
    #main_area {
        background-image: var(--bg-img);
        background-repeat: no-repeat;
        background-size: cover;
    }
}