Skip to content

Commit 55439ec

Browse files
authored
Merge pull request #43 from Scratch-Coding-Hut/Fluffy728-patch-3
Fixing logo width
2 parents e21bc49 + a64e5f6 commit 55439ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<nav class="menu-container">
109109
<!-- Logo -->
110110
<a href="https://scratch-coding-hut.github.io" class="menu-logo">
111-
<img src="Images/Coding-Hut-Logo.png" alt="Coding Hut Logo" width="50" height="50"></img>
111+
<img src="Images/Coding-Hut-Logo.png" alt="Coding Hut Logo" width="100" height="50"></img>
112112
</a>
113113

114114
<!-- Menu for Mobile -->

0 commit comments

Comments
 (0)