mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Remove padding from media query
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user