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