This is an automated email from the ASF dual-hosted git repository.
dahn pushed a commit to branch staging-site
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git
The following commit(s) were added to refs/heads/staging-site by this push:
new ad3544be3 add padding for caption text on mobile (#146)
ad3544be3 is described below
commit ad3544be31fdda90b37fa1d522fc9742ea453570
Author: Abhishek Kumar <[email protected]>
AuthorDate: Thu Feb 8 15:14:28 2024 +0530
add padding for caption text on mobile (#146)
Signed-off-by: Abhishek Kumar <[email protected]>
---
src/css/custom.css | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/css/custom.css b/src/css/custom.css
index 2d7675fcf..5b9b33855 100644
--- a/src/css/custom.css
+++ b/src/css/custom.css
@@ -713,6 +713,8 @@ iframe {
}
.px18 {
font-size: 1rem;
+ padding-left: 0.75rem;
+ padding-right: 0.75rem;
}
.events-img {
width: 100%;