Fixed the weird hover effect and left a message for Robbie.

This commit is contained in:
Joseph Milazzo 2025-06-14 08:41:45 -05:00
parent fc55b7f1b8
commit fc968f0044

View file

@ -9,7 +9,7 @@
.tag-card:hover {
background-color: #3a3a3a;
transform: translateY(-3px);
//transform: translateY(-3px); // Cool effect but has a weird background issue. ROBBIE: Fix this
}
.tag-name {