Skip to content

Commit

Permalink
Fixing style.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
liorkesos authored and Avraham Ostreicher committed Jun 10, 2019
1 parent f1b6ef9 commit 2e3ff6c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 1 addition & 3 deletions _layouts/default.html
Expand Up @@ -14,11 +14,9 @@
<body>
<div class="wrapper">
<header>

{% if site.logo %}
<img src="{{site.logo | relative_url}}" alt="Logo" />
<img class="logo" src="{{site.logo | relative_url}}" alt="Logo" />
{% endif %}

<p>{{ site.description | default: site.github.project_tagline }}</p>

{% if site.github.is_project_page %}
Expand Down
8 changes: 8 additions & 0 deletions assets/css/style.scss
Expand Up @@ -8,3 +8,11 @@ h1 {
text-size:40px;
}
}
header {
img.logo {
height: auto;
width: auto;
max-width: 200px;
max-height: 200px;
}
}

0 comments on commit 2e3ff6c

Please sign in to comment.