view default/static/app.css @ 136:4eda3d0ddb22

blog (discover): don't display alternative instructions if not disco entities are available (i.e. if the only choice is free jid)
author Goffi <goffi@goffi.org>
date Tue, 27 Mar 2018 08:30:07 +0200
parents 3ee775795cd0
children
line wrap: on
line source

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

#web_app_box {
    width: 80%;
    padding: 2em;
    text-align: justify;
}

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

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