Skip to content

Commit

Permalink
fix svg
Browse files Browse the repository at this point in the history
  • Loading branch information
pissang committed Nov 1, 2021
1 parent 5e765f5 commit f23e1ee
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions _scss/_pages.index.scss
Expand Up @@ -107,6 +107,17 @@ body {
&:hover {
opacity: 1;
}

svg {
width: 700px;
height: 700px;
max-width: 100%;
max-height: 100%;

path {
vector-effect: non-scaling-stroke;
}
}
}

.index-home-svg {
Expand Down

0 comments on commit f23e1ee

Please sign in to comment.