Skip to content

Commit

Permalink
subpage footer css tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
mirrorcult committed Sep 12, 2023
1 parent 87fe2b2 commit 08b9f08
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion theme/nav-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,15 @@
}
}

@media only screen and (min-width: 1366px) {
#subpage-footer {
margin-left: 200px;
}
}

#subpage-footer {
max-width: 400px;
margin-top: 100px;
margin-left: 150px;
color: var(--fg) !important;
display: block;
}
Expand Down

0 comments on commit 08b9f08

Please sign in to comment.