Skip to content

Commit d2e3b7e

Browse files
committed
Refactor radial gradient background and border radius in main.css for improved styling -20%
1 parent da69e0b commit d2e3b7e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/assets/css/main.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,14 @@
145145
position: absolute;
146146
width: 600px;
147147
height: 600px;
148-
background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 20%, transparent 80%);
149-
border-radius: 50%;
148+
background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 20%, transparent 60%);
149+
border-radius: 30%;
150150
transform: translate(-50%, -50%);
151151
pointer-events: none;
152152
z-index: 2;
153+
-webkit-border-radius: 30%;
154+
-moz-border-radius: 30%;
155+
-ms-border-radius: 30%;
156+
-o-border-radius: 30%;
153157
}
154158
}

0 commit comments

Comments
 (0)