From 39ff63849f1f5ccb022b3f08bbcdd3f550eda3ec Mon Sep 17 00:00:00 2001 From: Alessandro <51910404+aledipa@users.noreply.github.com> Date: Wed, 17 Jan 2024 19:35:26 +0100 Subject: [PATCH] Fixed projects' descriptions --- index.html | 4 ++-- static/css/style.css | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 7dcef5c..7e6afd2 100644 --- a/index.html +++ b/index.html @@ -265,7 +265,7 @@
- Chronometer Mobile App Logo + Chronometer Mobile App Logo
@@ -383,7 +383,7 @@
- UnderKey Software Logo + UnderKey Software Logo
diff --git a/static/css/style.css b/static/css/style.css index 296412a..a3e57d5 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -39,9 +39,11 @@ input::placeholder { } .w-text { - width: 90% !important; + /* width: 90% !important; */ + width: 75dvw !important; } + .blackText { color: #202020; }