File tree 3 files changed +15
-4
lines changed
3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
< div class ="wrapper ">
4
4
5
- < a class ="site-title " href ="{{ site.baseurl }}/ "> {{ site.title }}</ a >
5
+ < h1 > < a class ="site-title " href ="{{ site.baseurl }}/ "> {{ site.title }}</ a > </ h1 >
6
6
7
7
< nav class ="site-nav ">
8
8
< a href ="# " class ="menu-icon ">
Original file line number Diff line number Diff line change 4
4
.site-header {
5
5
border-top : 5px solid $grey-color-dark ;
6
6
border-bottom : 1px solid $grey-color-light ;
7
- min-height : 56 px ;
7
+ min-height : 55 px ;
8
8
9
9
// Positioning context for the mobile navigation icon
10
10
position : relative ;
11
11
}
12
12
13
+ .site-header h1 {
14
+ background : url (" /img/logo-small.png" ) left no-repeat ;
15
+ background-size : 40px ;
16
+ display : block ;
17
+ float : left ;
18
+ font-weight : 300 ;
19
+ height : 100% ;
20
+ margin : 0 ;
21
+ padding : 0 0 0 50px ;
22
+ }
23
+
13
24
.site-title {
14
25
font-size : 26px ;
15
26
font-weight : 300 ;
16
- line-height : 56 px ;
27
+ line-height : 55 px ;
17
28
letter-spacing : -1px ;
18
29
margin-bottom : 0 ;
19
30
float : left ;
26
37
27
38
.site-nav {
28
39
float : right ;
29
- line-height : 56 px ;
40
+ line-height : 55 px ;
30
41
31
42
.menu-icon {
32
43
display : none ;
You can’t perform that action at this time.
0 commit comments