website: update contact page layout if JS is disabled (#3331)

* website: update page layout for the case if javascript is disabled in browser.

* website: add noscript tag & update heading

* website: do some changes in layout of contact page without JS

---------

Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
Co-authored-by: Evgeny Poberezkin <evgeny@poberezkin.com>
This commit is contained in:
M. Sarmad Qadeer
2024-01-27 21:51:21 +05:00
committed by GitHub
parent 2b3eebb7a2
commit c4cbb49f57
3 changed files with 23 additions and 5 deletions
+4
View File
@@ -957,3 +957,7 @@ p a{
top: calc(66px + 2rem);
}
}
.d-none-if-js-disabled{
display: none !important;
}