Improve css for tablets and fix minor bug

This commit is contained in:
Frédéric Guillot
2014-12-28 16:42:29 -05:00
parent 4b70942bc4
commit 7b97c50569
7 changed files with 41 additions and 8 deletions

View File

@@ -82,6 +82,10 @@ th a:hover {
width: 30%;
}
.column-35 {
width: 35%;
}
.column-40 {
width: 40%;
}