Skip to content

Commit

Permalink
Adjust page banner size on smaller screens.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhibbitts committed Mar 13, 2023
1 parent b400150 commit a9361ad
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/assets/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -884,6 +884,19 @@ span #docsifythisurlfield {
white-space: break-spaces;
}

@media only screen and (max-width: 480px) {

#docsifythis .docsifythisheader .logoandtext h1 {
font-size: 2rem;
line-height: 35px;
}

#docsifythis .docsifythisheader .logoandtext img {
height: 35px;
}

}

/* Dark mode colours for use with light + dark themes */

@media (prefers-color-scheme: dark) {
Expand Down

0 comments on commit a9361ad

Please sign in to comment.