Skip to content

Commit

Permalink
#53 flip address with menu in header for space
Browse files Browse the repository at this point in the history
  • Loading branch information
pertrai1 committed Feb 20, 2016
1 parent cda9fba commit b633b5b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/js/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default class Header extends Component {
</Link>
My Ballot
</h4>
<aside className="pull-right gutter-right--window gutter-top--small">
<aside className="header-address pull-right gutter-right--window gutter-top--small">
<Link to="/settings/location"className="font-lightest">
{location}
</Link>
Expand Down
6 changes: 6 additions & 0 deletions src/sass/layout/_header.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// ----------------------------------------------------------------------------
// This file contains all styles related to the header of the app
// ----------------------------------------------------------------------------

.header {
&-address {
margin-right: 200px;
}
}
2 changes: 1 addition & 1 deletion src/sass/layout/_mediaquery.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
display: inline-block;
height: 45px;
left: auto;
right: 175px;
right: 0;
top: 0;

.separate-top {
Expand Down

0 comments on commit b633b5b

Please # to comment.