From 39a31fe7f252def7301a9eebf253bc5888b44de5 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 23 May 2022 22:37:35 +0100 Subject: [PATCH] use layout grid --- resources/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/style.css b/resources/style.css index d80b56b..919bfc0 100644 --- a/resources/style.css +++ b/resources/style.css @@ -137,12 +137,11 @@ pre { } .grid { - display: inline; + display: grid; } .about { width: 65%; - float: left; } .image {