From 2baf377fa22e605e901e37f94f1ae66aa633a9a9 Mon Sep 17 00:00:00 2001 From: Greg Farough Date: Wed, 19 Jan 2022 20:31:57 -0500 Subject: [PATCH] Revert "and make it important" This reverts commit 89925dc949d68f9791c6c9a006cef11cc9572d99. --- 2022/assets/css/bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2022/assets/css/bootstrap.css b/2022/assets/css/bootstrap.css index fec22297..ccc8e192 100644 --- a/2022/assets/css/bootstrap.css +++ b/2022/assets/css/bootstrap.css @@ -1122,7 +1122,7 @@ img { .carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; - max-width: 80% !important; + max-width: 80%; height: auto; } .img-rounded { -- 2.25.1