diff options
Diffstat (limited to 'alabaster-lite/css/fkfd.css')
-rw-r--r-- | alabaster-lite/css/fkfd.css | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/alabaster-lite/css/fkfd.css b/alabaster-lite/css/fkfd.css index eaedf26..4690e06 100644 --- a/alabaster-lite/css/fkfd.css +++ b/alabaster-lite/css/fkfd.css @@ -10,6 +10,15 @@ body { background-repeat: no-repeat; } +@media screen and (max-width: 900px) { + body { + margin-top: 20px; + background-image: url("../img/spectrum-horiz.png"); + background-position: top; + background-repeat: repeat-x; + } +} + div.body { color: #3E4349; } @@ -162,7 +171,7 @@ div.footer a { } } -@media screen and (max-width: 870px) { +@media screen and (max-width: 900px) { div.sphinxsidebar { float: none; width: 100%; @@ -198,7 +207,7 @@ div.footer a { grid-template-columns: 180px; } -@media screen and (max-width: 870px) { +@media screen and (max-width: 720px) { .category-block-container { /* one column only on narrow screens */ grid-template-columns: 320px; |