From 5c055864ad92de4ba99bfe6acc0f946c7911e174 Mon Sep 17 00:00:00 2001 From: rebortg Date: Mon, 10 May 2021 21:53:47 +0200 Subject: Template: correct mobil version template design --- docs/_static/css/custom.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'docs/_static/css') diff --git a/docs/_static/css/custom.css b/docs/_static/css/custom.css index 4d14a55d..3864a16f 100644 --- a/docs/_static/css/custom.css +++ b/docs/_static/css/custom.css @@ -156,7 +156,7 @@ a.cmdlink span:hover{ } .wy-nav-top { - background-color : #ffffff !important; + background-color : #ffffff; } .wy-nav-top img { @@ -188,4 +188,17 @@ p.devwarning { text-align: center; background: #d40 repeating-linear-gradient( 135deg, transparent, transparent 56px, rgba(255, 255, 255, 0.2) 56px, rgba(255, 255, 255, 0.2) 112px ); background-color: #fdab10; +} + + +@media screen and (max-width: 768px) { + .wy-nav-top{ + background-color: #fdab10; + } +} + +@media screen and (max-width: 768px) { + p.devwarning { + margin: 10px 10px 10px 10px; + } } \ No newline at end of file -- cgit v1.2.3