File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -32,21 +32,33 @@ body {
32
32
.navbar-brand {
33
33
display : flex;
34
34
height : var (--navbar-height );
35
+ padding-left : 1rem ;
36
+ }
37
+
38
+ .navbar-brand .navbar-item {
35
39
padding : 0 ;
36
40
}
37
41
38
42
.navbar-brand img {
39
43
height : calc (0.6 * var (--navbar-height ));
40
44
}
41
45
42
- .navbar-brand .navbar-item {
46
+ .navbar-start .navbar-item : first-child {
47
+ font-family : "Comfortaa" , sans-serif;
48
+ font-size : calc (20 / var (--rem-base ) * 1rem );
49
+ line-height : 1 ;
50
+ position : relative;
51
+ top : 2.5% ; /* compensate for built-in line height in font */
52
+ letter-spacing : -0.01em ;
43
53
padding : 0 ;
44
- margin-left : 1rem ;
54
+ margin : 0 1rem ;
55
+ align-self : center;
45
56
}
46
57
47
- .navbar-start .navbar-item + . navbar-item {
58
+ .navbar-start .navbar-item : last-child {
48
59
flex-grow : 1 ;
49
60
justify-content : flex-end;
61
+ padding-left : 0 ;
50
62
}
51
63
52
64
# search {
You can’t perform that action at this time.
0 commit comments