diff --git a/static/site.css b/static/site.css index 92db1ce..5675491 100644 --- a/static/site.css +++ b/static/site.css @@ -12,9 +12,28 @@ body { } } +.title-responsive{ + font-size: 25px !important; + padding-left: 40px; +} + +@media (max-width: 1300px) { + .title-responsive{ + font-size: 20px !important; + padding-left: unset; + } +} + +@media (max-width: 900px) { + .title-responsive{ + font-size: 2.2vw !important; + padding-left: unset; + } +} + .masthead { /*height: 50vh; */ - min-height: 250px; + /* min-height: 250px; */ background-size: cover; background-position: center; background-repeat: no-repeat; diff --git a/templates/index.html b/templates/index.html index 8bdc216..07cbd3c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -26,7 +26,7 @@
- {% if "SITE_WELLCOME_TITLE" in conf %}

{{ conf["SITE_WELLCOME_TITLE"] | safe }}

{% endif %} + {% if "SITE_WELLCOME_TITLE" in conf %}

{{ conf["SITE_WELLCOME_TITLE"] | safe }}

{% endif %} {% if "SITE_WELLCOME_SUBTITLE" in conf %}

{{ conf["SITE_WELLCOME_SUBTITLE"] | safe }}

{% endif %}