Fixed the weird hover effect and left a message for Robbie.
This commit is contained in:
parent
fc55b7f1b8
commit
fc968f0044
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
.tag-card:hover {
|
.tag-card:hover {
|
||||||
background-color: #3a3a3a;
|
background-color: #3a3a3a;
|
||||||
transform: translateY(-3px);
|
//transform: translateY(-3px); // Cool effect but has a weird background issue. ROBBIE: Fix this
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag-name {
|
.tag-name {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue