view default/static/styles.css @ 11:6f13b25f1ecf

event: event page first draft
author Goffi <goffi@goffi.org>
date Thu, 27 Apr 2017 01:08:41 +0200
parents e6de0e67c4c1
children 9a77174abc1e
line wrap: on
line source

html {
    font-family: sans-serif;
}

header {
    font-weight: bold;
    text-align: center;
}

body {
    display: flex;
    height: 100vh;
    flex-direction: column;
    box-sizing: border-box;
    margin: 0;
    padding: 8px;
}

#body {
    flex: 1;
}

footer {
    text-align: center;
    font-size: 0.7em;
    font-weight: bold;
}