custom adapt
authorzoe1 <zoe@fsf.org>
Thu, 20 Jan 2022 01:57:59 +0000 (02:57 +0100)
committerzoe <zoe@fsf.org>
Fri, 11 Mar 2022 02:57:44 +0000 (03:57 +0100)
2022/assets/css/bootstrap.css
2022/assets/css/custom.css

index 41689c8ce4684bd6e7f53d8d2da90d9886ddcd65..680e7687862ea56dbd8f7717b23eeacc6e0de78c 100644 (file)
@@ -6286,9 +6286,8 @@ button.close {
 }
 .carousel-inner {
   position: relative;
-  width: 95%;
+  width: 100%;
   overflow: hidden;
-  padding: 25px;
 }
 .carousel-inner > .item {
   position: relative;
index 5a175a5b7ad49254691b4223ef83b0df079f941c..58694b7bc2c5700d26a98684cff14db14e3cc616 100644 (file)
@@ -440,6 +440,13 @@ hr {
 
 /* Carousel */
 
+.carousel-inner{
+  position: relative;
+  width: 95%;
+  overflow: hidden;
+  padding: 25px;
+}
+
 .carousel img{
   width: 100%;
   border-radius: 15px;