Skip to content

Commit

Permalink
Fixed blurry circles in zoomout mode
Browse files Browse the repository at this point in the history
  • Loading branch information
shashigharti committed Oct 2, 2023
1 parent bb0240e commit 401fa8f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions site/.vuepress/theme/styles/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,12 @@ p > span, h1, h2, h3 {

.bg-circle-right
position: relative
overflow: hidden

&::before
content: ''
position: absolute
top: 20%
left: 100%
top: 10%
left: 60%
transform: translate(-20%)
width: 30rem;
height: 30rem;
Expand All @@ -68,10 +67,10 @@ p > span, h1, h2, h3 {
content: ''
position: absolute
top: 20%
left: 0
left: 40%
transform: translate(-80%)
width: 40rem;
height: 40rem;
width: 30rem;
height: 30rem;
background-color: #e077ff
border-radius: 50%
filter: blur(8.4375rem)
Expand Down

0 comments on commit 401fa8f

Please sign in to comment.