X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/e470363329ca19f0ed74f7e6d420badcd83408c6..54431b5080c621c05714ccfc1accca816aeff2fc:/edumed/static/css/base.scss?ds=sidebyside diff --git a/edumed/static/css/base.scss b/edumed/static/css/base.scss index 4153ca2..093c979 100644 --- a/edumed/static/css/base.scss +++ b/edumed/static/css/base.scss @@ -46,7 +46,12 @@ header.main { } #organizer { float: right; - margin-top: 1.3em; + font-size: .75em; + color: #777; + + img { + margin-top: .5em; + } } @@ -199,6 +204,10 @@ footer.main { list-style: none; padding: 0; + li { + margin-bottom: .5em; + } + a:before { content: "→"; margin-right: .5em; @@ -210,3 +219,11 @@ footer.main { color: $oranji; } } +.plain { + margin: 0; + padding: 0; + list-style: none; + li { + margin: 1em 0; + } +}