This is an automated email from the ASF dual-hosted git repository.
weichiu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-site.git
The following commit(s) were added to refs/heads/master by this push:
new e97f8e3f4 HDDS-14582. Fix feature list padding on smaller screens
(#324)
e97f8e3f4 is described below
commit e97f8e3f4b43a413caad1ef0f12d18c52df53aaf
Author: Prakash Kumar <[email protected]>
AuthorDate: Sun Feb 8 12:46:31 2026 +0530
HDDS-14582. Fix feature list padding on smaller screens (#324)
---
layouts/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/index.html b/layouts/index.html
index c62ae8830..3c9761a79 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -33,7 +33,7 @@
</div>
-<div class="main-section feature-list-group" style="padding: 80px;">
+<div class="main-section feature-list-group" style="padding:80px 0px;">
<div class="container">
<div class="row feature-list">
<div class="col-md-4 col-sm-4 feature-item">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]