view default/static/blog.css @ 2:abd55d94f82b

error: added basic base and 404 templates
author Goffi <goffi@goffi.org>
date Sun, 05 Mar 2017 23:25:47 +0100
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%;
}