We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1701453 commit 8c21e19Copy full SHA for 8c21e19
1 file changed
src/App.css
@@ -70,23 +70,17 @@ body {
70
margin-left: 0 !important;
71
padding-left: 0 !important;
72
padding-right: 0 !important;
73
+ border: none; /* Ensure no border is present */
74
}
75
76
.App .w-full {
77
width: 100% !important;
78
79
80
81
82
83
.profile-card {
84
margin: 12px 0;
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
- }
92
0 commit comments