Skip to content

Commit

Permalink
more nav
Browse files Browse the repository at this point in the history
  • Loading branch information
gvn committed Sep 7, 2018
1 parent 0e79a48 commit 31dcd26
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions network-api/networkapi/buyersguide/templates/bg_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="apple-touch-icon" type="image/png" sizes="180x180" href="/_images/favicons/apple-touch-icon-180x180@2x.png">
<link rel="icon" type="image/png" sizes="196x196" href="/_images/favicons/favicon-196x196@2x.png">
<link rel="shortcut icon" href="/_images/favicons/favicon.ico">
<title>Privacy Not Included</title>
<title>Mozilla - *privacy not included</title>
</head>
<body id="pni-{% block body-id %}{% endblock %}">
<header class="container">
Expand All @@ -24,7 +24,7 @@
<a class="social-button social-button-fb" href="#TODO"><span class="sr-only">Facebook</a></a>
<a class="social-button social-button-twitter" href="#TODO"><span class="sr-only">Twitter</a></a>
<a class="social-button social-button-email" href="#TODO"><span class="sr-only">Email</a></a>
<a class="btn btn-blue ml-3" href="#TODO">Donate</a>
<a class="d-none d-sm-block btn btn-blue ml-3" href="https://donate.mozilla.org">Donate</a>
</div>
</div>
</header>
Expand Down
11 changes: 8 additions & 3 deletions source/sass/buyers-guide/bg-main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,15 @@ $bp-xl: #{map-get($grid-breakpoints, xl)}; // >= 1200px
// Header

.moz-logo {
width: 97px;
height: 28px;
background-image: url("../_images/mozilla-on-black.svg");
background-image: url("../_images/mozilla-m.svg");
flex-shrink: 0;
width: 28px;
height: 28px;

@include media-breakpoint-up(md) {
width: 97px;
background-image: url("../_images/mozilla-on-black.svg");
}
}

.primary-nav {
Expand Down

0 comments on commit 31dcd26

Please sign in to comment.