fix negative right margin on release label
This commit is contained in:
parent
e0e72ca38b
commit
e6de4b3f21
|
@ -552,7 +552,7 @@ article h2:first-child {
|
||||||
|
|
||||||
@media (max-width: 568px){
|
@media (max-width: 568px){
|
||||||
.post-category {
|
.post-category {
|
||||||
margin-right: -30px;
|
padding-left: 30px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue