Skip to content

Commit d374aa8

Browse files
committed
Remove decorative underline from heading
1 parent 0a25726 commit d374aa8

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

templates/index.html

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -95,19 +95,6 @@
9595
margin-bottom: 10px;
9696
font-weight: 600;
9797
line-height: 1.2;
98-
position: relative;
99-
display: inline-block;
100-
}
101-
102-
.header h1::after {
103-
content: '';
104-
position: absolute;
105-
bottom: -5px;
106-
left: 0;
107-
width: 60px;
108-
height: 3px;
109-
background: #4dd0e1;
110-
border-radius: 2px;
11198
}
11299

113100
.header p {

0 commit comments

Comments
 (0)