Skip to content

Commit bbf5a2f

Browse files
committed
Increase division logo sizes
1 parent 2d7b425 commit bbf5a2f

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

tbx/static_src/sass/components/_logo.scss

+13-13
Original file line numberDiff line numberDiff line change
@@ -12,47 +12,47 @@
1212

1313
// define the size for each logo variant explicitly to avoid layout shift
1414
&--logo-torchbox {
15-
width: 100px;
15+
width: 115px;
1616
height: 30px;
1717

1818
@include media-query(large) {
19-
width: 127px;
20-
height: 36px;
19+
width: 147px;
20+
height: 38px;
2121
}
2222
}
2323

2424
&--logo-charity {
25-
width: 170px;
25+
width: 190px;
2626
height: 30px;
2727

2828
@include media-query(large) {
29-
width: 217px;
30-
height: 36px;
29+
width: 251px;
30+
height: 39px;
3131
}
3232
}
3333

3434
&--logo-public {
35-
width: 154px;
35+
width: 174px;
3636
height: 30px;
3737

3838
@include media-query(large) {
39-
width: 198px;
40-
height: 36px;
39+
width: 227px;
40+
height: 41px;
4141
}
4242
}
4343

4444
&--logo-wagtail {
45-
width: 216px;
45+
width: 226px;
4646
height: 30px;
4747

4848
@include media-query(small) {
49-
width: 288px;
49+
width: 330px;
5050
height: 30px;
5151
}
5252

5353
@include media-query(large) {
54-
width: 378px;
55-
height: 36px;
54+
width: 436px;
55+
height: 39px;
5656
}
5757
}
5858
}

0 commit comments

Comments
 (0)