Make tab font smaller

This commit is contained in:
Ruud
2014-10-13 13:24:57 +02:00
parent 4e7069e0c6
commit f1a2d960bc

View File

@@ -264,3 +264,11 @@
height: 40px;
}
@media all and (max-width: 480px) {
.toggle_menu h2 {
font-size: 16px;
text-align: center;
height: 30px;
}
}