We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87df561 commit 23ed2baCopy full SHA for 23ed2ba
index.html
@@ -40,17 +40,17 @@ <h1>Ď</h1>
40
<ul id="nav-content">
41
<li class="nav-item">
42
<button id="about-href">
43
- <h2>About Me</h2>
+ <span>About Me</span>
44
</button>
45
</li>
46
47
<button id="education-href">
48
- <h2>Education</h2>
+ <span>Education</span>
49
50
51
52
<button id="projects-href">
53
- <h2>Projects</h2>
+ <span>Projects</span>
54
55
56
</ul>
style/style.css
@@ -124,6 +124,11 @@ footer {
124
color: inherit;
125
}
126
127
+
128
+ & span {
129
+ font-size: 1.25rem;
130
+ line-height: 1.75rem;
131
+ }
132
133
134
0 commit comments