view sat_templates/templates/default/static/app.css @ 208:89f940763b02

css (ticket): no need to hide "author" anymore, it's ignored again in Libervia following updating fix.
author Goffi <goffi@goffi.org>
date Fri, 14 Jun 2019 12:43:47 +0200
parents 178f55b825b7
children
line wrap: on
line source

#body {
    display: flex;
    align-items: center;
    justify-content: center;
}

#link_section {
    font-weight: bold;
    text-align: center;
    font-size: 1.5rem;
}

article p:last-child {
    text-align: center;
}