Skip to content

Commit 2cf2114

Browse files
committed
fix
1 parent 26fb66e commit 2cf2114

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ nav {
289289
background-color: var(--bg-white);
290290
border-radius: var(--radius-lg);
291291
box-shadow: var(--shadow-sm);
292-
max-width: 400px;
292+
width: 100%;
293293
margin: 0 auto;
294294
}
295295

js/pages/AboutPage.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ const AboutPage = () => {
3434
<a href={profile.dribbble} target="_blank" rel="noopener noreferrer" className="contact-link" aria-label="Dribbble">
3535
<i className="fa-brands fa-dribbble"></i>
3636
</a>
37+
<a href="https://github.com/murisans/" target="_blank" rel="noopener noreferrer" className="contact-link" aria-label="GitHub">
38+
<i className="fa-brands fa-github"></i>
39+
</a>
3740
</div>
3841
</div>
3942
</div>

0 commit comments

Comments
 (0)