From: Greg Farough Date: Thu, 20 Jan 2022 01:24:59 +0000 (-0500) Subject: try setting max-size to 80% X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b4660b657fc4cec933d79c72eceb59a14a1b34f9;p=libreplanet-static.git try setting max-size to 80% --- diff --git a/2022/assets/css/bootstrap.css b/2022/assets/css/bootstrap.css index 680e7687..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: 100%; + max-width: 80%; height: auto; } .img-rounded {