mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
[Docs] Make retina react logo work
Bourbon now takes *_2x instead of *@2x.
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
<div class="nav-main">
|
||||
<div class="wrap">
|
||||
<a class="nav-home" href="/react/index.html">
|
||||
<img class="nav-logo" alt="" src="/react/img/logo_small.png" width="38" height="38">
|
||||
<div class="nav-logo"></div>
|
||||
React
|
||||
</a>
|
||||
<ul class="nav-site">
|
||||
|
||||
@@ -149,6 +149,9 @@ h1, h2, h3, h4, h5, h6 {
|
||||
.nav-logo {
|
||||
@include retina-image('../img/logo_small', 38px 38px);
|
||||
vertical-align: middle;
|
||||
display: inline-block;
|
||||
width: 38px;
|
||||
height: 38px;
|
||||
}
|
||||
|
||||
ul {
|
||||
|
||||
|
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 6.6 KiB |
Reference in New Issue
Block a user