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