From d6c7dfb5523d0cd86381227b0c0524e4a1d4c025 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 23 May 2022 22:42:01 +0100 Subject: [PATCH] width auto on about text --- resources/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/style.css b/resources/style.css index 05bf450..2912442 100644 --- a/resources/style.css +++ b/resources/style.css @@ -141,8 +141,8 @@ pre { } .about { - width: 65%; float: left; + width: auto; } .image {