view default/static/blog.css @ 4:e6de0e67c4c1

styles: footer is now placed at the bottom of the page using flexbox
author Goffi <goffi@goffi.org>
date Sun, 16 Apr 2017 18:36:21 +0200
parents b13a26d55c64
children 8cdcbe0d7dee
line wrap: on
line source

article {
    margin: 2% auto;
    width: 80%;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    padding: 1%;
    background: lightgray;
}

article div.content {
    text-align: justify;
    font-size: 0.9em;
}

article img {
    max-width: 100%;
}