Skip to content

Commit

Permalink
Logo size experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
neilstudd committed Jul 20, 2022
1 parent 2b1398b commit 7d5db78
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<body>
<div class="wrapper">
<header {% unless site.description or site.github.project_tagline %} class="without-description" {% endunless %}>
<h1><a href="{{ site.url }}"><img src="/assets/img/logo-transparent.png" style="width:30%;"></a></h1>
<h1><a href="{{ site.url }}"><img src="/assets/img/logo-transparent.png" style="width:50%;"></a></h1>
<ul>
<li><a href="/contact">Get in <strong>Contact</strong></a></li>
</ul>
Expand Down
4 changes: 4 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

@import "{{ site.theme }}";

header {
padding: 10px;
}

@media print, screen and (max-width:580px) {
header ul {
display:block;
Expand Down
Binary file removed assets/img/temporary_logo.png
Binary file not shown.

0 comments on commit 7d5db78

Please sign in to comment.