From 4317d0e1e24fa9b99ef0ae9bad4cc004806c7d39 Mon Sep 17 00:00:00 2001 From: zoe1 Date: Thu, 20 Jan 2022 02:52:33 +0100 Subject: [PATCH] fix carousel look --- 2022/assets/css/bootstrap.css | 3 ++- 2022/assets/css/custom.css | 7 +++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/2022/assets/css/bootstrap.css b/2022/assets/css/bootstrap.css index 680e7687..41689c8c 100644 --- a/2022/assets/css/bootstrap.css +++ b/2022/assets/css/bootstrap.css @@ -6286,8 +6286,9 @@ button.close { } .carousel-inner { position: relative; - width: 100%; + width: 95%; overflow: hidden; + padding: 25px; } .carousel-inner > .item { position: relative; diff --git a/2022/assets/css/custom.css b/2022/assets/css/custom.css index b6ad479b..5a175a5b 100644 --- a/2022/assets/css/custom.css +++ b/2022/assets/css/custom.css @@ -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; -- 2.25.1