File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 28
28
29
29
.logoGroup {
30
30
display : grid;
31
- grid-template-columns : repeat (3 , 1fr );
32
- gap : 0.5 rem ;
31
+ grid-template-columns : repeat (2 , 1fr );
32
+ gap : 1 rem ;
33
33
margin : 0 1rem ;
34
34
}
35
35
47
47
@media (min-width : 768px ) {
48
48
.logoGroup {
49
49
display : grid;
50
- max-width : 500 px ;
50
+ max-width : 600 px ;
51
51
margin : 0 auto;
52
- grid-template-columns : repeat (3 , 1fr );
53
- gap : 0 .5rem ;
52
+ grid-template-columns : repeat (4 , 1fr );
53
+ gap : 1 .5rem ;
54
54
}
55
55
}
Original file line number Diff line number Diff line change @@ -33,6 +33,16 @@ export function SponsorsList() {
33
33
alt = "route4me"
34
34
/>
35
35
</ a >
36
+ < a
37
+ href = "https://twicsy.com/"
38
+ target = "_blank"
39
+ rel = "noopener noreferrer"
40
+ >
41
+ < img
42
+ src = "/images/twicsy.png"
43
+ alt = "twicsy"
44
+ />
45
+ </ a >
36
46
</ div >
37
47
</ div >
38
48
)
You can’t perform that action at this time.
0 commit comments