Website: Fix alignment of links in text on logos page (#8633)

This commit is contained in:
Eric
2022-11-08 19:02:23 -06:00
committed by GitHub
parent 5493417fee
commit 89aed5787a
+5
View File
@@ -12,6 +12,11 @@
color: @core-vibrant-blue-15;
margin-top: 80px;
}
p {
a {
vertical-align: baseline;
}
}
a {
color: @core-vibrant-blue;
vertical-align: middle;