Skip to content

Commit d49adb9

Browse files
committed
Merge branch 'master' of github.com:mintyphp/mintyphp.github.io
2 parents aebdb9b + adbcbcb commit d49adb9

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

03-docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ And there is more information available about specific topics:
2020
* [Curl](/docs/curl)
2121
* [Cache](/docs/cache)
2222
* [Session](/docs/session)
23-
* [Authenticate](/docs/authentication)
23+
* [Authentication](/docs/authentication)
2424
* [Webservers](/docs/webservers)

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div class="wrapper">
44

5-
<a class="site-title" href="{{ site.baseurl }}/"><img src="{{ "/img/minty_square.png" | prepend: site.baseurl }}" style="height: 1em;"> {{ site.title }}</a>
5+
<a class="site-title" href="{{ site.baseurl }}/"><img src="{{ "/img/minty_square.png" | prepend: site.baseurl }}" class="site-title"> {{ site.title }}</a>
66

77
<nav class="site-nav">
88
<a href="#" class="menu-icon">

_sass/_base.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,4 +220,9 @@ th{
220220
td{
221221
border:1px solid silver;
222222
padding: 0.2em 0.4em;
223+
}
224+
225+
img.site-title{
226+
height: 1.5em;
227+
margin: 0.25em 0.5em 0.25em 0;
223228
}

0 commit comments

Comments
 (0)