Skip to content
Snippets Groups Projects
_zolapage.sass 378 B
Newer Older
Hugo Trentesaux's avatar
Hugo Trentesaux committed
// this file is intended to style content inside a zola page
Hugo Trentesaux's avatar
Hugo Trentesaux committed
    blockquote
        border-left: solid 3px gray
        padding-left: 1em
    pre
        overflow: auto
        padding: 0.5em 1em
    img
        max-width: 100%

// fix for website migration
.center-content
    display: block
    text-align: center
    img
        display: block
        margin: auto