view sat_templates/templates/default/static/blog.css @ 379:44337471d390

bulma (call): Add a delete button in search bar to clear search
author Goffi <goffi@goffi.org>
date Thu, 17 Aug 2023 16:22:25 +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;
    }
}