Skip to content

Commit 23ed2ba

Browse files
committedApr 26, 2024
.
1 parent 87df561 commit 23ed2ba

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed
 

‎index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@ <h1>Ď</h1>
4040
<ul id="nav-content">
4141
<li class="nav-item">
4242
<button id="about-href">
43-
<h2>About Me</h2>
43+
<span>About Me</span>
4444
</button>
4545
</li>
4646
<li class="nav-item">
4747
<button id="education-href">
48-
<h2>Education</h2>
48+
<span>Education</span>
4949
</button>
5050
</li>
5151
<li class="nav-item">
5252
<button id="projects-href">
53-
<h2>Projects</h2>
53+
<span>Projects</span>
5454
</button>
5555
</li>
5656
</ul>

‎style/style.css

+5
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,11 @@ footer {
124124
color: inherit;
125125
}
126126
}
127+
128+
& span {
129+
font-size: 1.25rem;
130+
line-height: 1.75rem;
131+
}
127132
}
128133
}
129134

0 commit comments

Comments
 (0)