Skip to content
This repository was archived by the owner on Oct 31, 2018. It is now read-only.

Commit e2a5291

Browse files
committed
fixed the logo width
1 parent 6eea5bd commit e2a5291

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
@@ -71,7 +71,7 @@ <h1 class="text-left">
7171
<!-- <img id="logo" src="./images/logo.png" alt="codecorgi, Development firm with growth and design in mind"> -->
7272
</h1>
7373
<h1 class="main_title">
74-
<img src="/images/logo-text.png" class="logo" alt="codecorgi logo" onmouseover="this.src='/images/logo-text-hover.png'" onmouseout="this.src='/images/logo-text.png'">
74+
<img src="/images/logo-text.png" style="max-width: 100%" class="logo" alt="codecorgi logo" onmouseover="this.src='/images/logo-text-hover.png'" onmouseout="this.src='/images/logo-text.png'">
7575
</h1>
7676
<p class="text-left lead tagline">
7777
Development firm with design in mind

0 commit comments

Comments
 (0)