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 1003feaea aspect ratio for events images in phones (#339)
1003feaea is described below
commit 1003feaeaf4341289327ef41cf68c73c230af3e4
Author: dahn <[email protected]>
AuthorDate: Wed Jul 2 11:21:30 2025 +0200
aspect ratio for events images in phones (#339)
---
src/css/custom.css | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/css/custom.css b/src/css/custom.css
index 9040714fb..cebdf43f0 100644
--- a/src/css/custom.css
+++ b/src/css/custom.css
@@ -788,6 +788,9 @@ iframe {
width: 100%;
margin-bottom: 15px;
}
+ .events-overview-img {
+ height: auto;
+ }
.horizontal-card {
text-align: center;
}