diff --git a/css/main.css b/css/main.css index 70a7b16..f953250 100644 --- a/css/main.css +++ b/css/main.css @@ -54,6 +54,11 @@ body { margin: 0; } +noscript { + display: block; + padding: 20px; +} + p { line-height: 150%; } a { text-decoration: none; } diff --git a/index.html b/index.html index c4caf02..f288490 100644 --- a/index.html +++ b/index.html @@ -12,5 +12,9 @@ import {main} from "./src/main.js"; main(document.body); +