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:
parent
ba453a80c2
commit
4b2bb32811
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ text-decoration: none; color: #557733;
|
|||
right: 2%;
|
||||
width: 18%;
|
||||
}
|
||||
@media all and (max-width: 600px) {
|
||||
@media all and (max-width: 625px) {
|
||||
.donate-sidebar { display: none; }
|
||||
}
|
||||
|
||||
|
@ -342,7 +342,7 @@ dd {
|
|||
margin: 0 0 1.5em 2em;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 550px) {
|
||||
@media only screen and (min-width: 600px) {
|
||||
dl {
|
||||
border: 3px double #ccc;
|
||||
padding: 0.5em;
|
||||
|
|
Loading…
Reference in a new issue