Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Buschmann committed Jan 21, 2020
1 parent fe57ded commit a1bc3fc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{% if site.comments.isso %}<script data-isso="http://{{ site.comments.isso }}" src="//{{ site.comments.isso }}/js/embed.min.js"></script>{% endif %}

<header class="icons {% if site.navigation and site.external %}full{% endif %}">
{% unless site.hide_title %}<a href="{{ "/" | relative_url }}">{{ site.title | escape }}</a>{% endunless %}
{% unless site.hide_title or site.sidebar %}<a href="{{ "/" | relative_url }}">{{ site.title | escape }}</a>{% endunless %}
{% if site.navigation %}
<nav>
{% for item in site.navigation %}
Expand Down
10 changes: 5 additions & 5 deletions assets/css/classes.sass
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
fill: currentColor
transition: .2s color

.full > a
font-size: 1.5em
width: 100%
margin: .1em 0 .6em

.categories
color: #68f

Expand Down Expand Up @@ -45,6 +40,11 @@
.icons a:hover svg
color: #919191

.full > a
font-size: 1.5em
width: 100%
margin: .1em 0 .6em

@media (min-width: 60em)
.large img, .large.embed
max-width: 140%
Expand Down
3 changes: 0 additions & 3 deletions assets/css/sidebar.sass
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ nav a:hover, nav a.selected
nav a svg
margin-right: 1.2em

body > header > a
display: none

body > header > p
margin-top: 3em

Expand Down

0 comments on commit a1bc3fc

Please sign in to comment.