From 90d7af5b40538bccf07b03f70b17edb77334e761 Mon Sep 17 00:00:00 2001 From: Anuj K Date: Fri, 22 Sep 2023 00:02:45 +0530 Subject: [PATCH] Fixed image placement and size. --- style.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/style.css b/style.css index ca17cca..e681922 100644 --- a/style.css +++ b/style.css @@ -133,12 +133,7 @@ p { } img { - max-width: 80%; + max-width: 100%; height: auto; } -.face { - display: block; - margin-left: auto; - margin-right: 0; -}