mobile
This commit is contained in:
parent
fb4644efac
commit
455168c925
|
@ -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;
|
||||
|
|
|
@ -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%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue