File tree 1 file changed +13
-13
lines changed
tbx/static_src/sass/components
1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 12
12
13
13
// define the size for each logo variant explicitly to avoid layout shift
14
14
& --logo-torchbox {
15
- width : 100 px ;
15
+ width : 115 px ;
16
16
height : 30px ;
17
17
18
18
@include media-query (large ) {
19
- width : 127 px ;
20
- height : 36 px ;
19
+ width : 147 px ;
20
+ height : 38 px ;
21
21
}
22
22
}
23
23
24
24
& --logo-charity {
25
- width : 170 px ;
25
+ width : 190 px ;
26
26
height : 30px ;
27
27
28
28
@include media-query (large ) {
29
- width : 217 px ;
30
- height : 36 px ;
29
+ width : 251 px ;
30
+ height : 39 px ;
31
31
}
32
32
}
33
33
34
34
& --logo-public {
35
- width : 154 px ;
35
+ width : 174 px ;
36
36
height : 30px ;
37
37
38
38
@include media-query (large ) {
39
- width : 198 px ;
40
- height : 36 px ;
39
+ width : 227 px ;
40
+ height : 41 px ;
41
41
}
42
42
}
43
43
44
44
& --logo-wagtail {
45
- width : 216 px ;
45
+ width : 226 px ;
46
46
height : 30px ;
47
47
48
48
@include media-query (small ) {
49
- width : 288 px ;
49
+ width : 330 px ;
50
50
height : 30px ;
51
51
}
52
52
53
53
@include media-query (large ) {
54
- width : 378 px ;
55
- height : 36 px ;
54
+ width : 436 px ;
55
+ height : 39 px ;
56
56
}
57
57
}
58
58
}
You can’t perform that action at this time.
0 commit comments