Skip to content

Commit aebf0c1

Browse files
committed
fix: remove duplicate border-bottom from header section
1 parent aaf220f commit aebf0c1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/renderer/src/styles/screen.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,8 +460,7 @@ body {
460460
.header-section {
461461
text-align: center;
462462
padding-bottom: 8px;
463-
margin-bottom: 12px;
464-
border-bottom: 2px solid #000;
463+
margin-bottom: 4px;
465464
}
466465

467466
/* Labeled field - inline label:value display */

0 commit comments

Comments
 (0)