From 43631694629d67aac5c46e19136cd00399d9a29d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Wed, 24 Jan 2024 00:56:30 -0800 Subject: [PATCH] css: width of words --- static/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index f201df7..c1f8920 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -38,6 +38,12 @@ a.back { margin: 55px 150px 25px 150px; } +#words, +#bigwords { + display: inline-block; + width: 60%; +} + #words { font-size: 1.0em; margin-top: -10px;