Fixing fetch image on 'back-to-top' button

This commit is contained in:
Alysson Rosa 2023-06-01 09:53:39 -03:00
parent 22397bec6f
commit 937b307e84

@ -272,7 +272,7 @@ a.back-to-top {
padding: 2.5em;
border-radius: 3em;
box-shadow: 2px 2px 4px 0px black;
background: url('../images/up-white-arrow.png') no-repeat center center, #c52f24;
background: url('../images/up_white_arrow.png') no-repeat center center, #c52f24;
background-size: 2em;
}