This is an automated email from the ASF dual-hosted git repository.

rawkintrevo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git


The following commit(s) were added to refs/heads/main by this push:
     new beb20cc04 Fixes some styles on mobile devices. (#503)
beb20cc04 is described below

commit beb20cc04d36f3aeeceded02703c9e0fe8f8f533
Author: Sahil <135227614+sahi1l-ku...@users.noreply.github.com>
AuthorDate: Wed Mar 5 03:12:44 2025 +0530

    Fixes some styles on mobile devices. (#503)
---
 website/_sass/mahout/_heading.scss | 6 ++++++
 website/assets/css/main.scss       | 2 ++
 2 files changed, 8 insertions(+)

diff --git a/website/_sass/mahout/_heading.scss 
b/website/_sass/mahout/_heading.scss
index 3265cedae..9afc72e55 100644
--- a/website/_sass/mahout/_heading.scss
+++ b/website/_sass/mahout/_heading.scss
@@ -71,3 +71,9 @@ header.mahout-header {
     }
   }
 }
+
+@media (max-width: 576px) {
+  .btn-download {
+    margin-bottom: 0.25rem !important;
+  }
+}
diff --git a/website/assets/css/main.scss b/website/assets/css/main.scss
index 3f635ee8c..6d9c2c6d0 100644
--- a/website/assets/css/main.scss
+++ b/website/assets/css/main.scss
@@ -6,6 +6,8 @@
 table {
   border-collapse: collapse;
   width: 100%;
+  display: block;
+  overflow-x: auto;
 }
 
 th,

Reply via email to