Skip to content

Commit

Permalink
sign
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Berjon committed Dec 16, 2024
1 parent 028efce commit c1fd71a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions brutal.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,13 @@ section ul > li {
#code > h2 { text-decoration-color: var(--blue); }
#spec > h2 { text-decoration-color: var(--red); }
footer {
display: flex;
border: var(--brutal-border);
align-items: center;
}
footer p {
margin-top: 0;
margin-bottom: 0;
}

@media only screen and (max-width:800px) {
Expand Down
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ <h2>Specifications</h2>
</dl>
</section>
<footer>
<p>
Made with 👾 by the IPFS Foundation.
</p>
<nav>
<ul>
<li><a href="https://github.com/darobin/dasl.ing">Source</a></li>
Expand Down

0 comments on commit c1fd71a

Please sign in to comment.