Skip to content

Commit 1ca6080

Browse files
committed
STYLE: add section heading underline to home page
1 parent 516a364 commit 1ca6080

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

contact.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
h3 {
5555
margin-top: 30px;
56-
margin-bottom: 5px; /* 제목 아래 간격 줄임 */
56+
margin-bottom: 5px;
5757
}
5858

5959
h3 + p {

hiring.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
h3 {
5555
margin-top: 30px;
56-
margin-bottom: 5px; /* 제목 아래 간격 줄임 */
56+
margin-bottom: 5px;
5757
}
5858

5959
h3 + p {

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@
5050

5151
h3 {
5252
margin-top: 30px;
53-
margin-bottom: 5px; /* 제목 아래 간격 줄임 */
53+
margin-bottom: 8px;
54+
border-bottom: 1px solid #ccc;
55+
padding-bottom: 4px;
5456
}
5557

5658
h3 + p {

0 commit comments

Comments
 (0)