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; font-size: 1.7rem;
line-height: 2.5rem; line-height: 2.5rem;
text-align: center; text-align: center;
width: 3rem; width: 4rem;
height: 2rem; height: 2rem;
display: inline-block; display: inline-block;
text-align: top; } text-align: top; }
footer span.totop #toTop .arrow-up::before { footer span.totop #toTop .arrow-up::before {
content: url("../images/up-arrow.svg"); content: url("../images/up-arrow.svg"); }
width: 50%; }
.footer { .footer {
display: grid; display: grid;

View File

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