Skip to content

Commit 8c21e19

Browse files
committed
Remove unnecessary border and margin styles in App.css for cleaner layout
1 parent 1701453 commit 8c21e19

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

src/App.css

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,23 +70,17 @@ body {
7070
margin-left: 0 !important;
7171
padding-left: 0 !important;
7272
padding-right: 0 !important;
73+
border: none; /* Ensure no border is present */
7374
}
7475

7576
.App .w-full {
7677
width: 100% !important;
7778
padding-left: 0 !important;
7879
padding-right: 0 !important;
80+
border: none; /* Ensure no border is present */
7981
}
8082

8183
.profile-card {
8284
margin: 12px 0;
8385
}
84-
85-
/* Ensure no borders or margins causing the thin line */
86-
.App,
87-
.App > div,
88-
.App .w-full {
89-
border: none;
90-
margin: 0;
91-
}
9286
}

0 commit comments

Comments
 (0)