Skip to content

Commit

Permalink
Fix notifications' bar text align
Browse files Browse the repository at this point in the history
  • Loading branch information
Simounet committed Jan 10, 2019
1 parent 8e3c602 commit af697cd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 6 additions & 1 deletion css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/style.css.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,11 @@ button {
}

.notifications__text {
display: block;
display: flex;
padding: 1em 0.5em;
color: $feed-bgc-used;
justify-content: space-between;
align-items: center;
}

%text-color-dark {
Expand Down

0 comments on commit af697cd

Please sign in to comment.