File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ noscript {
75
75
composes : width-limit;
76
76
77
77
display : grid;
78
- grid-template-columns : auto auto 1fr auto;
78
+ grid-template-columns : auto 1fr auto;
79
79
align-items : center;
80
80
padding : 10px ;
81
81
color : white;
@@ -84,16 +84,21 @@ noscript {
84
84
color : white; text-decoration : none;
85
85
& : hover { color : darken (white, 15% ); }
86
86
}
87
+ }
88
+
89
+ .index-link {
90
+ display : flex;
91
+ align-items : center;
87
92
88
93
h1 {
89
94
font-size : 24px ;
90
- margin : 0.67em 0 0.67em 10px ;
91
95
}
92
96
}
93
97
94
98
.logo {
95
99
width : 60px ;
96
100
height : auto;
101
+ margin-right : 10px ;
97
102
}
98
103
99
104
.desktop-search-form {
@@ -125,7 +130,7 @@ input.search {
125
130
.mobile-search {
126
131
display : none;
127
132
grid-row : 2 ;
128
- grid-column : span 4 ;
133
+ grid-column : span 3 ;
129
134
margin : 0 10px 10px ;
130
135
131
136
input .search {
Original file line number Diff line number Diff line change 3
3
{{ title " crates.io: Rust Package Registry" separator =' - ' prepend =true }}
4
4
5
5
<header local-class =" header" >
6
- <LinkTo @route =" index" @ tabindex = " -1 " >
6
+ <LinkTo @route =" index" local-class = " index-link " >
7
7
<img src =" /assets/Cargo-Logo-Small.png" alt =" Cargo Logo" local-class =" logo" >
8
- </LinkTo >
9
- <LinkTo @route =" index" >
10
8
<h1 >crates.io</h1 >
11
9
</LinkTo >
12
10
You can’t perform that action at this time.
0 commit comments