1
0
Fork 0
mirror of https://github.com/Alamantus/Lexiconga.git synced 2025-03-23 20:08:55 +01:00

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

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;
}