Skip to content

Commit f50b245

Browse files
authored
Update custom.css
1 parent 38ec656 commit f50b245

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

custom.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ a {
2222
color: blue; /* Change link color */
2323
}
2424

25-
hr {
26-
border: none !important;
27-
border-top: 3px solid #a7a7a8 !important;
28-
margin: 2em 0 !important;
25+
.main-content hr {
26+
height: 2px;
27+
padding: 0;
28+
margin: 1rem 0;
29+
background-color: #a7a7a8;
30+
border: 0;
2931
}
3032

0 commit comments

Comments
 (0)