More header margin on mobile

This commit is contained in:
Ruud
2013-04-30 22:32:13 +02:00
parent 2f5cb81029
commit 0654c8cf07

View File

@@ -47,7 +47,7 @@
@media all and (max-width: 480px) {
.movies h2 {
font-size: 25px;
margin-bottom: 5px;
margin-bottom: 10px;
}
}