Skip to content

Commit

Permalink
Revert "Add a new years celebration logo to the hero"
Browse files Browse the repository at this point in the history
This reverts commit 3d8cb43.
  • Loading branch information
swantzter authored and jesopo committed Jan 2, 2024
1 parent ece4d6b commit d963cbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
6 changes: 1 addition & 5 deletions _includes/hero.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
<section class="hero">
<div class="logo">
<picture>
<source media="(prefers-reduced-motion)" type="image/png" srcset="/static/img/libera-newyears.png" />
<source type="image/webp" srcset="/static/img/libera-newyears.webp" />
<img min-height="60px" alt="" src="/static/img/libera-newyears.gif" data-proofer-ignore>
</picture>
<img min-height="60px" alt="" src="/static/img/libera-color.svg" data-proofer-ignore>
<h1>Libera.&ZeroWidthSpace;Chat</h1>
</div>

Expand Down
9 changes: 2 additions & 7 deletions _includes/inline-hero-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,12 @@
width: 50%;
}

.hero .logo picture {
display: flex;
justify-content: center;
}

.hero .logo h1 {
margin: 0;
font-family: Comfortaa, Ubuntu, sans-serif;
font-weight: 400;
font-size: 2rem;
margin-block-start: 0;
margin-block-start: -1.5rem;
text-align: center;
font-weight: bold;
}
Expand Down Expand Up @@ -92,7 +87,7 @@
}
.hero .logo h1 {
font-size: 3.25rem;
margin-block-start: -0.5rem;
margin-block-start: -2.5rem;
}
.hero .tagline, .hero .cta {
justify-self: start;
Expand Down

0 comments on commit d963cbe

Please sign in to comment.