From d4576cb4a245857d9e892f1fec250cd16da472f2 Mon Sep 17 00:00:00 2001 From: Mike Lynch Date: Sun, 1 Dec 2024 17:11:25 +1100 Subject: [PATCH] Tweaking stylesheets --- src/main.js | 2 ++ src/style.css | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/main.js b/src/main.js index c7e4cce..d92f091 100644 --- a/src/main.js +++ b/src/main.js @@ -11,6 +11,8 @@ function scramble(words) { return helpers.array.shuffle(w); } + + function make_fragments(verbs, nouns) { const fragments = []; while( verbs.length > 0 && nouns.length > 0 ) { diff --git a/src/style.css b/src/style.css index 7e78193..bf38a0b 100644 --- a/src/style.css +++ b/src/style.css @@ -17,7 +17,7 @@ padding: 2em; position: absolute; top: 0; - left: 0; + left: 120px; height: 100px; width: 100%; @@ -26,8 +26,8 @@ #frame { position: absolute; - top: 80px; - left: 0; + top: 120px; + left: 120px; width: 75%; padding: 2em; }