Skip to content

Commit

Permalink
Remove main link
Browse files Browse the repository at this point in the history
  • Loading branch information
a-d committed Mar 29, 2024
1 parent f0d794e commit c299e78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions 2024/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,11 @@ body:before {
z-index:-1;
}

#center > img {
img.center {
margin: 1em auto 3em auto;
width: calc(100% - 1em);
height: calc(100% - 4em);
filter: drop-shadow(#345a6c 0.5rem 0.5rem 1rem);
opacity: 80%;
}
#center > img:hover {
opacity: 100%;
}

/* navigation */
Expand Down
2 changes: 1 addition & 1 deletion _layouts/html-comic.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1>{{site.title | upcase}}</h1>


<main>
<a href="http://deafflow.com" id="center"><img src="https://deafflow.com/content-images/Bandlogo2022-07-21-web3.svg" /></a>
<img src="https://deafflow.com/content-images/Bandlogo2022-07-21-web3.svg" class="center" />
{% for claim in site.header.sub-title %}
<p>{{claim | upcase}}</p>
{% endfor %}
Expand Down

0 comments on commit c299e78

Please sign in to comment.