Skip to content

Commit

Permalink
fix(dicts): fix macmillan style
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed May 26, 2018
1 parent c4f9229 commit 64aee9b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/dictionaries/macmillan/_style.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
.dictMacmillan-Head {
.dictMacmillan-Header {
display: flex;
flex-wrap: wrap;
align-items: center;
line-height: 1;
margin-bottom: 5px;
}

.dictMacmillan-Head_Info {
.dictMacmillan-Header_Info {
margin-left: 10px;
color: #aaa;
}
Expand Down

0 comments on commit 64aee9b

Please sign in to comment.