css: Fix bad selector

This commit is contained in:
Glenn Y. Rolland 2012-07-31 11:14:20 +02:00
parent 169fd67b85
commit 550d8fb712

View file

@ -1,4 +1,4 @@
body {
padding-top: 60px;
padding-bottom: 40px;
.container .hero-unit {
margin-top: 60px;
margin-bottom: 40px;
}