mobile: adjust width of app title, fix overlap

This commit is contained in:
Jan-Christoph Borchardt 2014-03-21 14:30:11 +01:00
parent c9d97d2ef2
commit ecf52e05fb
1 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@
display: inline-block;
}
#navigation a {
width: 70px;
width: 80px;
height: 80px;
display: inline-block;
text-align: center;
@ -65,7 +65,7 @@
font-size: 13px;
padding-bottom: 0;
padding-left: 0;
width: initial;
width: 80px;
}
#navigation .icon {
margin: 0 auto;