Adjusted footer image and font size for smallest layout

With the CC BY-SA addition, the line of images would otherwise wrap. The font
size is adjusted slightly to be more proportional with the images.

The images dimensions are reduced by 20%.
master
Mike Gerwitz 2013-06-16 20:45:30 -04:00
parent 6b6c5a1b51
commit 7c72eecd3b
1 changed files with 9 additions and 0 deletions

View File

@ -350,4 +350,13 @@ body.article h3 {
max-width: 21px;
max-height: 21px;
}
footer {
font-size: 0.9em;
}
.bimgs img {
width: 70px;
height: 25px;
}
}