mobile like count css rules being ignored

This commit is contained in:
Neil Lalonde 2017-05-19 11:10:18 -04:00
parent 3681b350cd
commit c0c6cb8124

View File

@ -53,11 +53,6 @@ nav.post-controls {
margin-left: 10px;
}
button.like-count {
font-size: 1em;
padding: 8px 4px;
}
.topic-post {
button {
border: none;
@ -95,6 +90,11 @@ button.like-count {
}
}
}
button.like-count {
font-size: 1em;
padding: 8px 4px;
}
}