Skip to content

Commit

Permalink
fixed moving navbar brand on tablet devices
Browse files Browse the repository at this point in the history
  • Loading branch information
AveryVine committed Jul 14, 2018
1 parent adfe15e commit 41c80a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,8 @@ a:hover {
@media (max-width: 992px) {
.navbar-brand {
position: absolute;
margin-top: 10px;
top: 0%;
left: 50%;
transform: translateX(-50%);
}
Expand Down

0 comments on commit 41c80a0

Please sign in to comment.