X-Git-Url: https://git.mdrn.pl/emels.git/blobdiff_plain/4771729c28576daaa3ef61673c864a339a97cfbd..HEAD:/emels/static/css/entry.scss diff --git a/emels/static/css/entry.scss b/emels/static/css/entry.scss index eaa7559..4817b1e 100644 --- a/emels/static/css/entry.scss +++ b/emels/static/css/entry.scss @@ -4,6 +4,18 @@ .toolbar .social a { margin-right: 30 * $px; } + .more { + float: right; + a { + margin-right: 20 * $px; + color: #96928b; + } + } +} + +.entry-wrapped img.entry-picture { + float: left; + margin: 0 1.5em 1em 0; } .entry-news { @@ -16,10 +28,21 @@ .author { font-weight: bold; } - .more { - a { - margin-right: 20 * $px; - color: #96928b; - } +} + +.partners { + img { + width: 150px; + margin-right: 20px; + vertical-align: top; + } + p { + display: inline-block; + } + div { + display: inline-block; + width: 600px; + vertical-align: top; + text-align: justify; } }