view sat_templates/templates/default/static/app.css @ 204:e9bbf4462ea8

css: misc changes - anchor links in list elements can now be displayed more obviously using "list__item--show-links" class - specific style for disabled button - adapted form styles to new "select" field - other small changes, see diff
author Goffi <goffi@goffi.org>
date Sun, 26 May 2019 22:09:49 +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;
}