Skip to content

Commit 98874d9

Browse files
authored
Update style.css
changed border radius from 40% 40% 40% 40% which was causing conflict to border-radius:40%;
1 parent c4f8744 commit 98874d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Neon-Light/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
.fab {
1616
cursor: pointer;
1717
margin: 20px 70px;
18-
border-radius: 40% 40% 40% 40%;
18+
border-radius: 40%;
1919
padding: 10px 20px;
2020
/* border: 2px solid saddlebrown; */
2121
font-size: 100px;
@@ -72,4 +72,4 @@
7272
text-shadow: 0 0 5px rgb(82, 120, 201),
7373
0 0 5px rgb(82, 120, 201);
7474
}
75-
75+

0 commit comments

Comments
 (0)