fix carousel look
authorzoe1 <zoe@fsf.org>
Thu, 20 Jan 2022 01:52:33 +0000 (02:52 +0100)
committerzoe1 <zoe@fsf.org>
Thu, 20 Jan 2022 01:52:33 +0000 (02:52 +0100)
2022/assets/css/bootstrap.css
2022/assets/css/custom.css

index 680e7687862ea56dbd8f7717b23eeacc6e0de78c..41689c8ce4684bd6e7f53d8d2da90d9886ddcd65 100644 (file)
@@ -6286,8 +6286,9 @@ button.close {
 }
 .carousel-inner {
   position: relative;
-  width: 100%;
+  width: 95%;
   overflow: hidden;
+  padding: 25px;
 }
 .carousel-inner > .item {
   position: relative;
index b6ad479b868748f89aa3c43b1df71a923d41dbec..5a175a5b7ad49254691b4223ef83b0df079f941c 100644 (file)
@@ -2,7 +2,7 @@
 
 body {
   font-family: sans-serif;
-  font-size: 15px;
+  font-size: 16px;
   line-height: 1.428571429;
   color: #333333;
 }
@@ -34,7 +34,10 @@ h3  {
    max-width: 80%
 }
 
-#lp-content { position: relative; }
+.lp-content { 
+    position: relative; 
+    padding: 50px
+}
 
 .text-thick {
        font-weight: 900;