From d2ef0ef232794128af2ec1a3dd7153489a12abfc Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Thu, 29 Feb 2024 09:16:39 +0100 Subject: [PATCH] added some css rule to make it more responsive and look better with blocks of text --- assets/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index b53e570..c5c31f1 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -761,6 +761,7 @@ section { .skills #skills-filters { list-style: none; margin-bottom: 20px; + overflow-x: auto; } .skills #skills-filters li { @@ -800,6 +801,7 @@ section { } .skills .icon-box p { + hyphens: auto; text-align: justify; }