Skip to content

Commit d36c1e8

Browse files
committed
Update logo
1 parent cab6ed6 commit d36c1e8

File tree

5 files changed

+2
-3
lines changed

5 files changed

+2
-3
lines changed

assets/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3121,7 +3121,7 @@ input, select, textarea {
31213121
#header.alt .logo img {
31223122
display: block;
31233123
margin: 0 auto;
3124-
max-width: 75%;
3124+
max-width: 20%;
31253125
}
31263126

31273127
@media screen and (max-width: 1280px) {

images/eof.png

6.68 KB
Loading

images/eof_icon.jpg

53.2 KB
Loading

images/pic01.png

-3.25 KB
Binary file not shown.

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<!-- Header -->
2121
<header id="header" class="alt">
2222
<span class="logo"><img src="images/eof.png" alt="" /></span>
23-
<p>EVM Object Format</p>
2423
</header>
2524

2625
<!-- Nav -->
@@ -49,7 +48,7 @@ <h2>Introduction to EVM Object Format</h2>
4948
validation at deploy time, focusing on separating code and data, enhancing code validation, and improving
5049
overall efficiency. </p>
5150
</div>
52-
<span class="image"><img src="images/pic01.png" alt="" /></span>
51+
<span class="image"><img src="images/eof_icon.jpg" alt="" /></span>
5352
</div>
5453
</section>
5554

0 commit comments

Comments
 (0)