Skip to content

Commit 0adce20

Browse files
author
ssa1f
committed
change box shadow radius
1 parent 7a401bc commit 0adce20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/editor.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
max-width: 100%;
1414
white-space: nowrap;
1515
padding: 30px;
16-
margin: 20px 0;
16+
margin: 35px 0;
1717
}
1818

1919
.codeDiv {
20-
box-shadow: rgb(0 0 0 / 55%) 0px 20px 68px;
20+
box-shadow: rgb(0 0 0 / 55%) 5px 5px 30px;
2121
padding: 20px 30px;
2222
height: 100%;
2323
background-color: #151718;

0 commit comments

Comments
 (0)