Skip to content

Commit

Permalink
fix: fix elements in header left edge alignment
Browse files Browse the repository at this point in the history
the question area
  • Loading branch information
winddweb committed Apr 1, 2017
1 parent c047eb6 commit 4bd63b4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions zhihu-question.scss
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ header {
.QuestionHeader-content {
// Question header
.QuestionHeader-main {

padding: 0 10px;
}
.QuestionHeader-side {

Expand Down Expand Up @@ -207,7 +207,9 @@ header {
border-bottom: 1px solid #ccc;
margin-bottom: 40px;
}

.List-header {
margin: 0 12px;
}
.List-item:not(:last-child):after {
border-bottom:none;
}
Expand Down

0 comments on commit 4bd63b4

Please sign in to comment.