fix layout for smaller displays

This commit is contained in:
Juraj Michalek
2014-12-30 17:43:55 +00:00
parent 5659ff118e
commit 4a86384dbb
2 changed files with 15 additions and 1 deletions

View File

@@ -156,6 +156,13 @@ BODY, HTML {
overflow: auto;
}
@media screen and (max-width: 340px) {
.info {
font-size: 0.8em;
}
}
.infoContent {
padding-left: 2em;
}