Skip to content

Commit

Permalink
Fix omission of styles.css (#3064)
Browse files Browse the repository at this point in the history
Signed-off-by: Sophie Frasnedo <sophie.frasnedo@rte-france.com>
(cherry picked from commit e34644c)
  • Loading branch information
So-Fras authored and olperr1 committed Jul 1, 2024
1 parent 8167b77 commit a435d0c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/_static/styles/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/* The following code ensures font is not too big (Furo theme can make font too big on large screens) */
@media(min-width:97em) {
html {
font-size: 100%
}
}

0 comments on commit a435d0c

Please sign in to comment.