From e702837408848b60181de74e0b9ebc0d6af2d93e Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Mon, 22 Aug 2022 03:01:58 +0200 Subject: Fixed float mistake. --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css') diff --git a/css/style.css b/css/style.css index 7064fbf..a69a7d3 100644 --- a/css/style.css +++ b/css/style.css @@ -170,7 +170,7 @@ img { margin: 0 10% 20px; max-width: 100%; height: auto; - float: center; + float: none; } ul { -- cgit v1.2.1