Skip to content

Commit

Permalink
doc: Enhance visual experience for smaller screens
Browse files Browse the repository at this point in the history
  • Loading branch information
CleoMenezesJr authored and GeorgesStavracas committed Aug 24, 2023
1 parent 89131dc commit 3dfd6e4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/docbook.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,10 @@ div.table table th {
background: rgba(255, 255, 255, .08);
}
}

@media only screen and (max-width: 900px) {
.book {
margin: 1rem;
font-size: 90%
}
}

0 comments on commit 3dfd6e4

Please sign in to comment.