summaryrefslogtreecommitdiff
path: root/docs/_static/css
diff options
context:
space:
mode:
authorrebortg <github@ghlr.de>2021-05-10 21:53:47 +0200
committerrebortg <github@ghlr.de>2021-05-10 21:53:47 +0200
commit5c055864ad92de4ba99bfe6acc0f946c7911e174 (patch)
tree872c67987aae15f05a3a99d59961d14c990843eb /docs/_static/css
parent5d91caaac1ff0da642141edc17f75f60d63ba4a0 (diff)
downloadvyos-documentation-5c055864ad92de4ba99bfe6acc0f946c7911e174.tar.gz
vyos-documentation-5c055864ad92de4ba99bfe6acc0f946c7911e174.zip
Template: correct mobil version template design
Diffstat (limited to 'docs/_static/css')
-rw-r--r--docs/_static/css/custom.css15
1 files changed, 14 insertions, 1 deletions
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