Skip to content

Commit

Permalink
fancy foot(er) work
Browse files Browse the repository at this point in the history
  • Loading branch information
catskull committed Jun 8, 2024
1 parent 202e9d7 commit 5ed34bd
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 14 deletions.
3 changes: 2 additions & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
<nav>
<ul>
<li><a href="/shows.html">shows archive</a></li>
<li><a href="https://www.instagram.com/gizzheaddotorg/">insta</a></li>
<li><a href="mailto:[email protected]">contact</a></li>
<li><a href="/feed.xml">atom</a></li>
</ul>
</nav>
<img onclick="this.style.display='none'" src="/assets/img/bootlegger.png" aria-hidden="true" id="spinner">
</footer>
</footer>
34 changes: 22 additions & 12 deletions _sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,29 @@ blockquote {
padding-left: 1em;
}

footer > nav > ul{
list-style-type: none;
font-family: ui-rounded;
font-weight: bold;

li {
display: inline;
padding-left: 5px;
}
footer {
position: fixed;
bottom: 0;
left: 0;
background-color: white;
padding-left: 0.5em;
padding-right: 0.5em;

nav > ul{
padding-inline-start: 0;
list-style-type: none;
font-family: ui-rounded;
font-weight: bold;
margin: 0;

li {
display: inline;
padding-left: 5px;
}

a {
text-decoration: none;
// color: initial;
a {
text-decoration: none;
}
}
}

Expand Down
6 changes: 5 additions & 1 deletion _sass/mobile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@
visibility: hidden;
display: none;
}
}

footer {
width: 100%;
}
}

0 comments on commit 5ed34bd

Please sign in to comment.