Skip to content

Commit

Permalink
#53 Address in header alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
pertrai1 committed Feb 21, 2016
1 parent 814dc61 commit 86d4f36
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/sass/layout/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@

.header {
&-address {
color: #D8D8D8;
margin-right: 200px;
overflow: hidden;
text-align: center;
text-overflow: ellipsis;
white-space: nowrap;
width: 50%;
}
}

@media all and (max-width : 659px) {
.header {
&-address {
margin-right: 10px;
text-align: right;
}
}
}

0 comments on commit 86d4f36

Please sign in to comment.