Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Commit

Permalink
Merge pull request #865 from LiskHQ/859-top-nav
Browse files Browse the repository at this point in the history
Align logo and nav bar to the container - Closes #859
  • Loading branch information
MichalTuleja committed Dec 17, 2018
2 parents 140d118 + acf88dd commit 4d229ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions src/assets/styles/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -410,10 +410,7 @@ qrcode + span {
color: white;
font-family: 'Roboto', 'Ubuntu', sans-serif;
margin-left: 1px;
padding-left: 25px;
padding-right: 25px;
padding-top: 30px;
padding-bottom: 30px;
padding: 30px 0px 30px 50px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus {
Expand Down
2 changes: 1 addition & 1 deletion src/components/header/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
color: white;
height: 80px;
line-height: 44px;
padding: 18px 5px 18px 8px;
padding: 18px 5px 18px 0px;
text-align: left;
}

Expand Down

0 comments on commit 4d229ac

Please sign in to comment.