Re-balanced column widths so it looks nice on desktop.
This commit is contained in:
parent
ce62aed494
commit
24fc971264
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue