Skip to content

Commit

Permalink
fix: Fix sizing on mobile responsive elements
Browse files Browse the repository at this point in the history
  • Loading branch information
TEParsons committed Sep 30, 2024
1 parent 39e993e commit 9d6db4a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions mkdocs_landing/css/responsivity.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@media (pointer:coarse) {

/** Header **/
#socials {
nav#socials {
font-size: 4rem;
}

Expand Down Expand Up @@ -59,11 +59,14 @@
padding: 4rem;
}

pre {
pre,
#page-controls a {
font-size: 2rem;
}

.altmetric-embed {
display: none;
}


}

0 comments on commit 9d6db4a

Please sign in to comment.