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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;