File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -77,17 +77,23 @@ noscript {
77
77
display : grid;
78
78
grid-template-columns : auto auto 1fr auto;
79
79
align-items : center;
80
+ padding : 10px ;
80
81
color : white;
81
82
82
83
a {
83
84
color : white; text-decoration : none;
84
85
& : hover { color : darken (white, 15% ); }
85
86
}
87
+
88
+ h1 {
89
+ font-size : 24px ;
90
+ margin : 0.67em 0 0.67em 10px ;
91
+ }
86
92
}
87
93
88
- .subtitle {
89
- display : block ;
90
- font-size : x-small ;
94
+ .logo {
95
+ width : 60 px ;
96
+ height : auto ;
91
97
}
92
98
93
99
.desktop-search-form {
Original file line number Diff line number Diff line change 4
4
5
5
<header local-class =" header" >
6
6
<LinkTo @route =" index" @tabindex =" -1" >
7
- <img src =" /assets/Cargo-Logo-Small.png" height = " 100 " width = " 100 " alt = " Cargo Logo " >
7
+ <img src =" /assets/Cargo-Logo-Small.png" alt = " Cargo Logo " local-class = " logo " >
8
8
</LinkTo >
9
9
<LinkTo @route =" index" >
10
- <h1 >
11
- crates.io
12
- <span local-class =" subtitle" >Rust Package Registry</span >
13
- </h1 >
10
+ <h1 >crates.io</h1 >
14
11
</LinkTo >
15
12
16
13
<form local-class =" desktop-search-form" action =' /search' {{ action " search" on =" submit" }} data-test-search-form>
You can’t perform that action at this time.
0 commit comments