X-Git-Url: https://www.nos-oignons.net/gitweb/website.git/blobdiff_plain/e78364e0ca0cf673f81aac88212200a802cf8101..cfbbd27b3bd9813314385412e41cbdb7afd62c28:/local.css diff --git a/local.css b/local.css index b33de8f..c5d7635 100644 --- a/local.css +++ b/local.css @@ -357,22 +357,28 @@ main .header a { } main .feedlink a { - text-decoration: none; + text-decoration: none; + /*color: #ffa430;*/ } main .feedlink { - text-align: right; - margin-top: -2.8em; - min-height: 2.8em; + float: right; + text-align: left; + margin-top: -3.5em; +} +@media screen and (max-width: 400px) { + main .feedlink { + float: none; + margin-top: -2em; + margin-bottom: 2em; + } } main .feedlink .feedbutton { font-size: 0.8em; - color: #57075f !important; background: transparent; border: none; } main .feedlink .feedbutton:hover { - color: #57075f !important; background: transparent; text-decoration: underline; } @@ -452,7 +458,7 @@ main .footnotes { animation: progress-bar 1.5s; } .progress-bar-wrapper .progress-bar-promises { - background: grey url(assets/progress_bar.png) left bottom repeat-x; + background-position: left bottom; z-index: 1; }