From a571a9141d47411ab6d35938ccaa4317767d00b3 Mon Sep 17 00:00:00 2001 From: Hendrik Kleinwaechter Date: Fri, 28 Jul 2023 11:16:17 +0200 Subject: [PATCH] Mobile design optimisations --- book/style.css | 6 +++++- website/modify_build.rb | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/book/style.css b/book/style.css index d4c8878..af10e98 100644 --- a/book/style.css +++ b/book/style.css @@ -77,7 +77,7 @@ nav.TOC{ nav.TOC span{ margin-top:0; - font-size:0.8rem; + font-size: 16px; } nav.TOC a, nav.TOC a:visited{ @@ -286,6 +286,10 @@ figcaption.caption { .chapterToc a, .sectionToc a, .subsectionToc a, .likechapterToc a { padding-left: 17px; } + + .home-title { + display: none; + } } div.center { diff --git a/website/modify_build.rb b/website/modify_build.rb index ed6c148..92e3154 100644 --- a/website/modify_build.rb +++ b/website/modify_build.rb @@ -217,8 +217,8 @@ class ModifyBuild home_html = %Q{Home} appendix_html = %Q{ - Donate - Hardcover Book + ⭐️ Donate + 📚 Hardcover Book } menu.inner_html = "#{home_html} #{menu.inner_html} #{appendix_html}" doc.to_html @@ -389,7 +389,7 @@ class ModifyBuild def build_cover_page_content %Q{ -

+

🍞 The Sourdough Framework