Fixed minor styling inconvenience for small screens.

This commit is contained in:
Robbie Antenesse 2015-12-22 12:12:44 -07:00
parent 846290bbfd
commit 2176488109
1 changed files with 9 additions and 0 deletions

View File

@ -10,6 +10,15 @@ header {
border-bottom: 3px solid #e3bb7d;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
header {
height: 70px;
}
}
tr, thead {
border-bottom: 1px solid #af8050;
}