remove ::after tag

This commit is contained in:
Richard Mikloš 2024-01-17 09:48:30 +01:00
parent 5276087409
commit 7a2b20381a

@ -53,7 +53,7 @@ li a {
transition: all 0.3s ease;
}
li a::after {
/*li a::after {
content: "";
position: absolute;
height: 4px;
@ -63,7 +63,7 @@ li a::after {
background-color: var(--primary);
transition: all 0.3s ease;
border-radius: 15px;
}
}*/
li a:hover::after {
width: 85%;