diff --git a/assets/styles/no-js.css b/assets/styles/no-js.css new file mode 100644 index 0000000..5623e01 --- /dev/null +++ b/assets/styles/no-js.css @@ -0,0 +1,17 @@ +noscript p { + margin-top: 0.75rem; + font-family: var(--font-1); + font-size: 1rem; + font-weight: 400; + line-height: 1.5; +} + +.settings { + max-height: 5.875rem; + left: 0; +} + +.settings__buttons, +.settings__button--toggle-settings { display: none; } + +.settings__buttons--no-js { display: block; } \ No newline at end of file diff --git a/index.html b/index.html index 015a526..54613f3 100644 --- a/index.html +++ b/index.html @@ -51,6 +51,9 @@ + + +
@@ -124,6 +151,11 @@ + + +