From 79bf1915f02c5be116b42920df7f97f187dcb907 Mon Sep 17 00:00:00 2001 From: HearMeWhisper Date: Mon, 27 Sep 2021 18:45:17 -0400 Subject: [PATCH] fixed index oppacity on img --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 41ad559..027fa1b 100644 --- a/index.html +++ b/index.html @@ -43,7 +43,7 @@ width: 95%; margin: auto; text-align: center; - opacity: 0.2; + display: block; }