From 4e8166750b21cfd3feaba0d6024087fb5c76bca9 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Wed, 20 Jan 2021 18:46:01 +0000 Subject: Small tweaks to docs to make them more user friendly (#11518) * first pass * firmware firmware? * Split out debug + testing docs * tidy up duplicate css * Add extra info to debug example Co-authored-by: Drashna Jaelre Co-authored-by: Drashna Jaelre --- docs/qmk_custom_light.css | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) (limited to 'docs/qmk_custom_light.css') diff --git a/docs/qmk_custom_light.css b/docs/qmk_custom_light.css index c5d36cf6f0..c65e54396d 100644 --- a/docs/qmk_custom_light.css +++ b/docs/qmk_custom_light.css @@ -29,13 +29,16 @@ padding: 0; } - -:root { - --docsifytabs-border-color: #ddd; - --docsifytabs-tab-highlight-color: var(--theme-color, #0074d9); - - --docsifytabs-tab-background: #f8f8f8; - --docsifytabs-tab-background-active: transparent; +@media only screen and (min-width: 768px) { + .flex-container { + display:flex; + flex-flow:row; + } + .flex-container > p { + flex-basis: 100%; + flex: 1; + margin: 1em 2em 1em 2em; + } } .docsify-tabs__tab:focus { @@ -45,3 +48,11 @@ .docsify-tabs__content .anchor { transition: none; } + +:root { + --docsifytabs-border-color: #ddd; + --docsifytabs-tab-highlight-color: var(--theme-color, #0074d9); + + --docsifytabs-tab-background: #f8f8f8; + --docsifytabs-tab-background-active: transparent; +} -- cgit v1.2.3