Skip to content

Commit ec8b89b

Browse files
committed
remove border
1 parent 53bb4e1 commit ec8b89b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
.container {
4343
height: 100vh;
4444
background-color: var(--dynamic-background-color);
45-
border: var(--dynamic-border-size) solid var(--dynamic-border-color);
45+
/* border: var(--dynamic-border-size) solid var(--dynamic-border-color); */
4646
display: flex;
4747
flex-direction: column;
4848
justify-content: center;

0 commit comments

Comments
 (0)