diff options
Diffstat (limited to 'layouts/partials/header.html')
| -rw-r--r-- | layouts/partials/header.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html index b4301f3..26bf0cb 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -4,12 +4,9 @@ <header> <div class="container"> <div class="avatar"> - <img width="120px" height="120px" src="images/logo.jpg" alt="my logo"> + <img width="65px" height="65px" src="images/logo.jpg" alt="my logo"> + <h1 style="vertical-align: bottom;">mjkw</h1> </div> - <div> - <h1>mjkw</h1> {{ partial "navigation.html" .}} - </div> </div> - {{ partial "secret.html" .}} </header> |
