Skip to content

Commit 189d807

Browse files
committedMar 18, 2025·
(style) reduced size of sponsor image
1 parent 5fb83d1 commit 189d807

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/components/GrSiteFooter.astro

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import neo4jLogoImage from "../assets/images/neo4j-logo-white.png";
1515
;
1616
}
1717
.sponsor {
18+
font-size: smaller;
1819
display: flex;
1920
justify-content: flex-end;
2021
}
@@ -23,7 +24,7 @@ import neo4jLogoImage from "../assets/images/neo4j-logo-white.png";
2324
text-align: right;
2425
}
2526
.sponsor img {
26-
width: 100%;
27+
width: 50%;
2728
height: auto;
2829
}
2930
hr {

0 commit comments

Comments
 (0)
Please sign in to comment.