Skip to content

Commit

Permalink
Correcting header and footer to take advantage of larger screens
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioPDX committed Dec 21, 2023
1 parent 3991026 commit dd0cb1e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@
}
}
@media only screen {
.md-header__inner, .md-footer-meta__inner{
max-width: 100%;
}
.md-typeset a:hover {
background-color: var(--md-typeset-a-color-bg);
color: var(--md-typeset-a-color-fg);
Expand Down

0 comments on commit dd0cb1e

Please sign in to comment.