We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 890709a commit ac23c02Copy full SHA for ac23c02
_layouts/default.html
@@ -17,6 +17,7 @@
17
<div class="wrapper">
18
<header>
19
<div class="container">
20
+ <img class="pull-left" alt="semantic-release" src="/logo.png" />
21
<h1>semantic-release</h1>
22
<em>automated package publishing</em>
23
</div>
logo.png
24.6 KB
stylesheets/styles.sass
@@ -12,7 +12,7 @@ body
12
padding: 0
13
margin: 0
14
font-family: Lato, sans-serif
15
- color: #555
+ color: #333
16
font-weight: 300
font-size: 1.5em
margin-bottom: $footer-height
@@ -29,8 +29,15 @@ img
29
max-width: 100%
30
margin: 0.5em 0
31
32
-header h1
33
- margin-bottom: 0.1em
+header
+ color: #494949
34
+
35
+ h1
36
+ margin-bottom: 0.1em
37
38
+ img
39
+ max-height: 90px
40
+ margin: 0 15px 0 -8px
41
42
footer
43
padding-top: 1em
0 commit comments