Skip to content

Commit

Permalink
Update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmitchell committed Sep 20, 2024
1 parent e168212 commit c574ca4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<p>Brought to you by the makers of:</p>
<ul>
<li><a href="https://basecamp.com" target="_blank" rel="noopener"><img src="{{ '/assets/images/logo-basecamp.svg' }}" alt="Basecamp"></a></li>
<li><span>and</span></li>
<li><a href="https://hey.com" target="_blank" rel="noopener"><img src="{{ '/assets/images/logo-hey.svg' }}" alt="HEY"></a></li>
<li><a href="https://once.com" target="_blank" rel="noopener"><img src="{{ '/assets/images/logo-once.svg' }}" alt="ONCE"></a></li>
</ul>
<p>&copy; {{ 'now' | date: '%Y' }} <a href="https://37signals.com" target="_blank" rel="noopener">37signals</a></p>
</div>
Expand Down
6 changes: 3 additions & 3 deletions _sass/modules/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
flex: 1;
flex-direction: column;
font-size: var(--font-size-xx-small);
gap: 0.8em;
gap: var(--space-medium);
letter-spacing: -0.01em;

ul {

align-items: center;
display: flex;
gap: 0.3em;
gap: var(--space-medium);
padding: 0;

li {
Expand All @@ -30,7 +30,7 @@
display: flex;

img {
height: 1.5em;
height: 1.75em;
width: auto;
}

Expand Down
2 changes: 1 addition & 1 deletion assets/images/logo-basecamp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c574ca4

Please sign in to comment.