Fix stretched tentacule in about page's separator

This commit is contained in:
Tixie 2021-11-21 02:29:54 +01:00
parent fd8d4df2d7
commit e60e4d60d6
1 changed files with 2 additions and 1 deletions

View File

@ -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: "";
}