Fix stretched tentacule in about page's separator
This commit is contained in:
parent
fd8d4df2d7
commit
e60e4d60d6
|
@ -101,7 +101,8 @@
|
||||||
width: 3rem;
|
width: 3rem;
|
||||||
height: 2.7rem;
|
height: 2.7rem;
|
||||||
background: $color-bg no-repeat url("/src/assets/img/separator-tentacle.svg");
|
background: $color-bg no-repeat url("/src/assets/img/separator-tentacle.svg");
|
||||||
background-size: 100% 100%;
|
background-size: auto 100%;
|
||||||
|
background-position: center;
|
||||||
content: "";
|
content: "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue