diff --git a/docs/website/sass/main.scss b/docs/website/sass/main.scss index 717d4cc..61d6f9a 100644 --- a/docs/website/sass/main.scss +++ b/docs/website/sass/main.scss @@ -5,3 +5,17 @@ font-weight: bold; } } + +@media screen and (max-width: 405px) { + .navbar-brand{ + display:none; + } +} + +#hero-title { + font-size:5em; + + @media screen and (max-width: 420px) { + font-size: 3em; + } +} \ No newline at end of file diff --git a/docs/website/templates/base.html b/docs/website/templates/base.html index 798ffb3..19fffed 100644 --- a/docs/website/templates/base.html +++ b/docs/website/templates/base.html @@ -17,12 +17,12 @@
-