Skip to content

Commit

Permalink
fix small tech dept
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolivierarsenault committed Jul 29, 2023
1 parent cb3e438 commit 2860ecd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion _includes/author.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{% if site.author %}
<!-- <p class="hero-avatar"><img src="{{ site.baseurl }}/{{ site.logo }}" alt="{{ site.author.name }}'s Picture" class="avatar" /></p> -->
<h2 class="hero-title">{{ site.author.greetings }}</h2>
<p class="hero-description">{{ site.author.quote }}</p>
{% endif %}
1 change: 0 additions & 1 deletion _includes/vimeoPlayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
src="https://player.vimeo.com/video/{{ include.id }}"
width="500"
height="281"
frameborder="0"
title="Vimeo Video"
webkitallowfullscreen
mozallowfullscreen
Expand Down
4 changes: 2 additions & 2 deletions _sass/_reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pre,
code,
kbd,
samp {
font-family: monospace, monospace;
font-family: monospace;
font-size: 1em;
}

Expand Down Expand Up @@ -208,4 +208,4 @@ progress {
table {
border-collapse: collapse;
border-spacing: 0;
}
}

0 comments on commit 2860ecd

Please sign in to comment.