Skip to content

Commit ac23c02

Browse files
committed
Add logo
1 parent 890709a commit ac23c02

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<div class="wrapper">
1818
<header>
1919
<div class="container">
20+
<img class="pull-left" alt="semantic-release" src="/logo.png" />
2021
<h1>semantic-release</h1>
2122
<em>automated package publishing</em>
2223
</div>

logo.png

24.6 KB
Loading

stylesheets/styles.sass

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body
1212
padding: 0
1313
margin: 0
1414
font-family: Lato, sans-serif
15-
color: #555
15+
color: #333
1616
font-weight: 300
1717
font-size: 1.5em
1818
margin-bottom: $footer-height
@@ -29,8 +29,15 @@ img
2929
max-width: 100%
3030
margin: 0.5em 0
3131

32-
header h1
33-
margin-bottom: 0.1em
32+
header
33+
color: #494949
34+
35+
h1
36+
margin-bottom: 0.1em
37+
38+
img
39+
max-height: 90px
40+
margin: 0 15px 0 -8px
3441

3542
footer
3643
padding-top: 1em

0 commit comments

Comments
 (0)