fix negative right margin on release label

This commit is contained in:
Coby Chapple 2013-07-08 19:40:50 +01:00
parent e0e72ca38b
commit e6de4b3f21
1 changed files with 1 additions and 1 deletions

View File

@ -552,7 +552,7 @@ article h2:first-child {
@media (max-width: 568px){
.post-category {
margin-right: -30px;
padding-left: 30px;
}
}