-
diff --git a/static/images/wave.webp b/static/images/wave.webp
index 8aba5ea4..2caf1178 100644
Binary files a/static/images/wave.webp and b/static/images/wave.webp differ
diff --git a/assets/scss/_variables_project.scss b/assets/scss/_variables_project.scss index de6c519b..bb13042b 100644 --- a/assets/scss/_variables_project.scss +++ b/assets/scss/_variables_project.scss @@ -534,6 +534,10 @@ input[type="search"]::placeholder { display: none; } +.show-mobile-inline { + display: none; +} + @media (max-width: 1299px) { .hero { background: url("/images/hero-bg.webp") no-repeat; @@ -556,6 +560,10 @@ input[type="search"]::placeholder { display: block; } + .show-mobile-inline { + display: inline; + } + .hero { background: url("/images/hero-bg.webp") no-repeat; background-size: cover; diff --git a/content/_index.md b/content/_index.md index 47d50623..0117a774 100644 --- a/content/_index.md +++ b/content/_index.md @@ -65,10 +65,10 @@ images: ["images/og-image-fission.png"] - +
{{ .Site.Title }}
- {{ .Site.Params.shorttitle }}
+ {{ .Site.Params.shorttitle }}