X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/a4d51d90f268865744a6d54c83d0f298d1faa42d..4745d72c4d1baa545b4026463e0dd645d04f5a27:/edumed/static/css/base.scss diff --git a/edumed/static/css/base.scss b/edumed/static/css/base.scss index 567c0fb..1f6d195 100644 --- a/edumed/static/css/base.scss +++ b/edumed/static/css/base.scss @@ -20,6 +20,21 @@ body { .clr { clear: both; } + +#ads { + display: inline-block; + width: 100%; + + > a { + display: block; + width: 100%; + } + + img { + display: block; + margin: 0 auto; + } +} #header-wrapper { background-image: url(../img/header-bar.png); background-repeat: repeat-x;