Re-balanced column widths so it looks nice on desktop.

This commit is contained in:
Robbie Antenesse 2016-07-06 14:17:20 -06:00
parent ce62aed494
commit 24fc971264
1 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ td:last-child, th:last-child {
#leftColumn {
float: left;
width: 30%;
width: 25%;
margin: 15px 0 15px 15px;
}
@ -181,7 +181,7 @@ input[type=checkbox] {
}
#dictionaryColumn {
width: 60%;
width: 50%;
margin: 15px 0 36px 15px; /* bottom margin must clear footer */
padding: 0;
float: left;