File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
src/content/news/2025-03-31-maptiler-announcement Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -18,31 +18,32 @@ We are excited to announce that MapTiler has joined the MapLibre project as a Si
1818 padding: " 2rem" ,
1919 border: " 10px solid #cfd8dc" ,
2020 borderRadius: " 0" ,
21+ marginBottom: " 3rem" ,
2122 display: " flex" ,
22- justifyContent: " space-around " ,
23+ justifyContent: " center " ,
2324 alignItems: " center" ,
2425 gap: " 2rem" ,
25- marginBottom : " 3rem " ,
26- flexWrap : " wrap " ,
26+ flexWrap : " nowrap " ,
27+ overflow : " hidden " ,
2728 }}
2829>
2930 <Image
3031 src = { maplibreLogo }
3132 alt = " MapLibre logo"
3233 style = { {
33- maxHeight: " 70px" ,
34+ width: " 40%" ,
35+ maxWidth: " 300px" ,
3436 height: " auto" ,
35- width: " auto" ,
3637 objectFit: " contain" ,
3738 }}
3839 />
3940 <Image
4041 src = { maptilerLogo }
4142 alt = " MapTiler logo"
4243 style = { {
43- maxHeight: " 90px" ,
44+ width: " 40%" ,
45+ maxWidth: " 330px" ,
4446 height: " auto" ,
45- width: " auto" ,
4647 objectFit: " contain" ,
4748 }}
4849 />
You can’t perform that action at this time.
0 commit comments