X-Git-Url: https://git.mdrn.pl/copyspeak.git/blobdiff_plain/4e5dda244c9ed33500a33a76f652c5b0a6f07e85..34be216b6355495a7ca3af9ba71de32ff5d794bd:/src/copyspeak/static/css/base.scss?ds=sidebyside diff --git a/src/copyspeak/static/css/base.scss b/src/copyspeak/static/css/base.scss index cf98e39..3296f22 100644 --- a/src/copyspeak/static/css/base.scss +++ b/src/copyspeak/static/css/base.scss @@ -1,3 +1,5 @@ +@import url(http://fonts.googleapis.com/css?family=Lato); + html, body { margin: 0; padding: 0; @@ -70,7 +72,6 @@ h1.main { .card-container { display: block; - line-height: 1.3em; position: relative; font-size: 4vw; clear: both; @@ -254,10 +255,16 @@ $g22: lighten($g12, 10%); } -.flatpage { +.text-page-wrapper { background: #ddd; color: black; - padding: 3em; + + .text-page { + max-width: 60em; + margin: auto; + padding: 3em; + + } }