File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ section .container {
63
63
padding-top : 20px ;
64
64
}
65
65
66
- a .brand {
66
+ div .brand {
67
67
$v-top : 3px ; // for getting the vertical rhythm just right
68
68
69
69
color : black ;
@@ -72,6 +72,11 @@ a.brand {
72
72
text-decoration : none ;
73
73
margin-top : $v-top ;
74
74
75
+ & a {
76
+ color : black ;
77
+ text-decoration : none ;
78
+ }
79
+
75
80
img {
76
81
width : 80px ;
77
82
margin-top : - $v-top ;
Original file line number Diff line number Diff line change 1
1
<nav class =" flex flex-row justify-center justify-end-l items-center flex-wrap ph2 pl3-ns pr4-ns" >
2
- <a href =" https://www.rust-lang.org" class =" brand flex-auto w-100 w-auto-l self-start tc tl-l" >
3
- <img class =" v-mid ml0-l" alt =" Rust Logo" src =" /images/rust-logo-blk.svg" >
4
- <span class =" dib ml1 ml0-l" >Rust</span >
5
- </a >
2
+ <div class =" brand flex-auto w-100 w-auto-l self-start tc tl-l" >
3
+ <a href =" https://www.rust-lang.org" >
4
+ <img class =" v-mid ml0-l" alt =" Rust Logo" src =" /images/rust-logo-blk.svg" >
5
+ <span class =" dib ml1 ml0-l" >Rust</span >
6
+ </a >
7
+ </div >
8
+
6
9
<ul class =" nav list w-100 w-auto-l flex flex-none flex-row flex-wrap justify-center justify-end-l items-center pv2 ph0 ph4-ns" >
7
10
<li class =" tc pv2 ph2 ph4-ns flex-20-s" ><a href =" https://www.rust-lang.org/tools/install" >Install</a ></li >
8
11
<li class =" tc pv2 ph2 ph4-ns flex-20-s" ><a href =" https://www.rust-lang.org/learn" >Learn</a ></li >
You can’t perform that action at this time.
0 commit comments