diff --git a/gutenberg/gutenberg-globals.css b/gutenberg/gutenberg-globals.css index 4b606065..bcbe97ef 100644 --- a/gutenberg/gutenberg-globals.css +++ b/gutenberg/gutenberg-globals.css @@ -3215,6 +3215,22 @@ h1 .icon { display: none; } +#reading_help_hint { + margin-top: 0; + margin-bottom: 0; +} + +#reading_help_hint a { + text-decoration: underline; + color: #003366; +} + +@media (max-width: 750px) { + #reading_help_hint { + text-align: center; + } +} + /* Custom styles for tables and headers */ #download_options_table, #about_book_table { @@ -3223,6 +3239,10 @@ h1 .icon { border: none; } +#download_options_table { + margin-top: 0px; +} + #download_options_table th, #download_options_table td, #about_book_table th, @@ -3265,6 +3285,10 @@ h1 .icon { font-size: 1.5rem; } +#download_options_header { + margin-bottom: 0px; +} + #content .breadcrumbs { margin-top: 0; }