Adjust widths slightly when these are combined.

When we have both dt's and the donate-sidebar floating around, things
get tight.  Perhaps there is a better solution than this (e.g., can you
set the @media conditional on there being a donate-sidebar at all?), but
this should be a reasonable hack to fix the problem.
This commit is contained in:
Bradley M. Kuhn 2015-03-05 12:00:42 -08:00
parent ba453a80c2
commit 4b2bb32811

View file

@ -34,7 +34,7 @@ text-decoration: none; color: #557733;
right: 2%; right: 2%;
width: 18%; width: 18%;
} }
@media all and (max-width: 600px) { @media all and (max-width: 625px) {
.donate-sidebar { display: none; } .donate-sidebar { display: none; }
} }
@ -342,7 +342,7 @@ dd {
margin: 0 0 1.5em 2em; margin: 0 0 1.5em 2em;
} }
@media only screen and (min-width: 550px) { @media only screen and (min-width: 600px) {
dl { dl {
border: 3px double #ccc; border: 3px double #ccc;
padding: 0.5em; padding: 0.5em;