Skip to content

Commit

Permalink
Fixing Github Pages Navbar Image Size
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWongLife committed Jun 2, 2024
1 parent 54e37e3 commit 14c514b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<a class="navbar-brand" href="#">
<img src="images/Nicholas_Wong_Japan_House.PNG"
class="rounded-circle"
height="22">
style="width:50px;height:50px;">
</a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
Expand Down
2 changes: 1 addition & 1 deletion html/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<a class="navbar-brand" href="#">
<img src="../images/Nicholas_Wong_Japan_House.PNG"
class="rounded-circle"
height="22">
style="width:50px;height:50px;">
</a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
Expand Down
2 changes: 1 addition & 1 deletion html/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<a class="navbar-brand" href="#">
<img src="../images/Nicholas_Wong_Japan_House.PNG"
class="rounded-circle"
height="22">
style="width:50px;height:50px;">
</a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
Expand Down
2 changes: 1 addition & 1 deletion html/resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<a class="navbar-brand" href="#">
<img src="../images/Nicholas_Wong_Japan_House.PNG"
class="rounded-circle"
height="22">
style="width:50px;height:50px;">
</a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
Expand Down
2 changes: 1 addition & 1 deletion html/thanks.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<a class="navbar-brand" href="#">
<img src="../images/Nicholas_Wong_Japan_House.PNG"
class="rounded-circle"
height="22">
style="width:50px;height:50px;">
</a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<a class="navbar-brand" href="#">
<img src="images/Nicholas_Wong_Japan_House.PNG"
class="rounded-circle"
height="22">
style="width:50px;height:50px;">
</a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
Expand Down

0 comments on commit 14c514b

Please sign in to comment.