Skip to content
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.

Commit

Permalink
moved story-list margin to narrow-screen media scope, per code review
Browse files Browse the repository at this point in the history
  • Loading branch information
mblakele committed Dec 23, 2014
1 parent 8cf7a1e commit bf84d67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/templates/base.html
Expand Up @@ -129,7 +129,6 @@
}
#story-list.no-nav {
left: 20px;
margin-left: 3px !important;
}
#story-list .config {
margin-right: 20px;
Expand Down Expand Up @@ -201,6 +200,9 @@
#story-list {
position: static;
}
#story-list.no-nav {
margin-left: 3px !important;
}
.story-header {
padding: 0;
height: 43px;
Expand Down

0 comments on commit bf84d67

Please sign in to comment.