Skip to content

Commit

Permalink
DOCS: Use SVG for navbar brand name
Browse files Browse the repository at this point in the history
+ Otherwise we’re at the mercy of the font within the stack that the user’s system actually has, which can cause the text size to vary a great deal.
  • Loading branch information
aaronlademann-wf committed Oct 18, 2016
1 parent 287a58c commit 3b76751
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
5 changes: 2 additions & 3 deletions docs/_includes/site_navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
<div class="container">
<div class="row">
<div class="col-xs col-xs-shrink pl-0">
<a class="navbar-brand" href="{{site.baseurl}}/">
{% include svg/over_react_logo.svg class="navbar__logo" %}
<span class="logo-text logo-text--light">Over</span><span class="logo-text">React</span>
<a class="navbar-brand d-flex flex-items-xs-middle" href="{{site.baseurl}}/">
{% include svg/over_react-logo.svg class="navbar__logo" %}
</a>
</div>
<div class="col-xs pr-0 text-xs-right flex-items-xs-right hidden-sm-up">
Expand Down
Loading

0 comments on commit 3b76751

Please sign in to comment.