This commit is contained in:
ouidade 2024-05-07 13:16:15 +02:00
parent fb4644efac
commit 455168c925
2 changed files with 5 additions and 5 deletions

View File

@ -310,13 +310,12 @@ footer {
font-size: 1.7rem;
line-height: 2.5rem;
text-align: center;
width: 3rem;
width: 4rem;
height: 2rem;
display: inline-block;
text-align: top; }
footer span.totop #toTop .arrow-up::before {
content: url("../images/up-arrow.svg");
width: 50%; }
content: url("../images/up-arrow.svg"); }
.footer {
display: grid;

View File

@ -13,13 +13,14 @@ footer{
font-size: 1.7rem;
line-height: 2.5rem;
text-align: center;
width: 3rem;
width: 4rem;
height: 2rem;
display: inline-block;
text-align: top;
&::before{
content:url("../images/up-arrow.svg") ;
width: 50%;
// width: 20%;
}
}