X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/746bfb66224e6a1065e5355ed63f9c4836b0a498..ad5acb886787871a70eee6385cddbb4238d3adb2:/src/wolnelektury/static/css/annoy.css?ds=inline diff --git a/src/wolnelektury/static/css/annoy.css b/src/wolnelektury/static/css/annoy.css index 54dbfba57..ea4a643e0 100755 --- a/src/wolnelektury/static/css/annoy.css +++ b/src/wolnelektury/static/css/annoy.css @@ -7,7 +7,6 @@ font-family: Arial, sans-serif; display: block; padding: .1em 1em; - width: 1em; text-align:center; border-radius: 0 0 0 1em; position: absolute; @@ -60,3 +59,10 @@ #annoy a#annoy-off:hover { cursor: pointer; } + +@media screen and (min-width: 1024px) { + #annoy-content { + width: 975px; + margin: auto; + } +}