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 cef89d656 fix alignment of past events buttons (#290)
cef89d656 is described below
commit cef89d656b26426c4a3d7df89d3c40a8421854f3
Author: Bernardo De Marco Gonçalves <[email protected]>
AuthorDate: Mon Mar 3 06:44:37 2025 -0300
fix alignment of past events buttons (#290)
---
src/components/Events/index.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/Events/index.tsx b/src/components/Events/index.tsx
index c62023e5a..ebfb55a97 100644
--- a/src/components/Events/index.tsx
+++ b/src/components/Events/index.tsx
@@ -103,7 +103,7 @@ involved with the community.
<p className="events-info"><img src="img/calendar_icon.png"
className="me-2" alt=""/>February 22, 2024</p>
</div>
<div className="col-lg-3 px-4 events-btn-margin d-flex
justify-content-center justify-content-lg-end align-items-center">
- <a
href="https://www.youtube.com/playlist?list=PLnIKk7GjgFlYgPbjM3os1YoE10Ys9gEB6"
className="btn btn-primary">Watch</a>
+ <a
href="https://www.youtube.com/playlist?list=PLnIKk7GjgFlYgPbjM3os1YoE10Ys9gEB6"
className="btn btn-primary me-3">Watch</a>
</div>
</div>
</div>