Remove padding from media query

This commit is contained in:
Simon Cossar 2015-07-20 01:03:26 -07:00
parent c47c5dd0c6
commit 6ca8f14db4

View File

@ -298,12 +298,6 @@ button.dismiss-read {
@media all
and (max-width : 850px) {
// add some left padding to topics otherwise everything is 100% flush
// with left edge in portrait tablet, which looks awful
#topic-title {
padding-left: 10px;
}
.nav-pills {
> li > a {
font-size: 1em;
@ -312,7 +306,6 @@ and (max-width : 850px) {
}
.list-controls {
padding: 0 5px;
.btn {
font-size: 1em