mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
new fonts added working across website
This commit is contained in:
@@ -26,7 +26,7 @@ const ProjectCard = ({ project, index, showCarousel = true }: {
|
||||
|
||||
return (
|
||||
<a
|
||||
className={`col card float-up-on-hover ${
|
||||
className={`col card float-up-on-hover text-decoration-none ${
|
||||
showCarousel
|
||||
? (index % 2 === 0 ? "even" : "odd")
|
||||
: `payments-project-card ${index % 2 === 0 ? "odd" : "even"}`
|
||||
|
||||
Reference in New Issue
Block a user