view sat_templates/templates/default/static/blog.css @ 300:2a697b1376f1

bulma (components/block): disco entities's `icon_name` is used as icon when available: otherwide, `default_icon_name` is used.
author Goffi <goffi@goffi.org>
date Sat, 20 Feb 2021 13:37:19 +0100
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;
    }
}