Skip to content

Commit 85230bf

Browse files
committedJul 12, 2024·
site: increase contentinfo padding
1 parent 1c2bc3c commit 85230bf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎site/_footer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
- [Twitter](https://twitter.com/RoyalIcing)
44
- [Threads](https://www.threads.net/@pattyfeatpatty)
55
- [Mastodon](https://hachyderm.io/@royalicing)
6-
- Copyright 2024 Patrick Smith
6+
- · Copyright 2024 Patrick Smith

‎site/main.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,8 @@ nav a[href="/"] {
209209
210210
footer[role=contentinfo] {
211211
grid-area: footer;
212-
padding-bottom: 1.5rem;
212+
padding-top: 1rem;
213+
padding-bottom: 4rem;
213214
text-align: center;
214215
color: white;
215216
--list-display: flex;

0 commit comments

Comments
 (0)
Please sign in to comment.