Skip to content

Commit 2dbaf4c

Browse files
committed
Added some padding to the logo image
1 parent 7ec77f9 commit 2dbaf4c

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

assets/css/main.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ section, summary, time, mark, audio, video {
2424
font: inherit;
2525
vertical-align: baseline;}
2626

27+
#logo {
28+
margin-bottom: 2em;
29+
}
30+
2731
article, aside, details, figcaption, figure,
2832
footer, header, hgroup, menu, nav, section {
2933
display: block;}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h1><a href="#">Mathics</a></h1>
3232
</li>
3333
</ul>
3434
</div>
35-
<img src="images/logo-heptatom.svg" alt="Mathics logo" />
35+
<img id="logo" src="images/logo-heptatom.svg" alt="Mathics logo" />
3636
</header>
3737

3838
<!-- Description -->

0 commit comments

Comments
 (0)