-
@matheus1lva @TheLarkInn @robweychert Nice! One suggestion: you can use
border: 1px solid transparent
on an element and then:hover { border-color: #384877; }
so that the element doesn’t move when you hover
border: 1px solid transparent
on an element and then :hover { border-color: #384877; }
so that the element doesn’t move when you hover