From b12018bbadd46d71eee5b2ef99a77fbf5588152b Mon Sep 17 00:00:00 2001
From: Deepak Khatri <deepaklorkhatri7@gmail.com>
Date: Mon, 5 Feb 2024 14:50:51 +0530
Subject: [PATCH] Fix grid card margins

---
 index.rst | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/index.rst b/index.rst
index eb02dfb..01f583c 100644
--- a/index.rst
+++ b/index.rst
@@ -28,7 +28,9 @@ GSoC @ BeagleBoard.org
    `Rules page <https://summerofcode.withgoogle.com/rules>`_ and the
    `FAQ page <https://developers.google.com/open-source/gsoc/faq>`_.
 
-.. grid:: 1 2 2 3
+.. grid:: 1 1 1 3
+   :margin: 4 4 0 0
+   :gutter: 4
 
    .. grid-item-card::
       :link: https://openbeagle.org/
@@ -78,7 +80,9 @@ GSoC @ BeagleBoard.org
 
    Get inspiration from some :ref:`Past_Projects`.
 
-.. grid:: 1 1 3 3
+.. grid:: 1 1 1 3
+   :margin: 4 4 0 0
+   :gutter: 4
 
    .. grid-item-card::
 
@@ -110,8 +114,10 @@ GSoC @ BeagleBoard.org
    made cheeseburgers. Check the below projects made by incredible
    professional innovators for some inspiration.
 
-.. grid:: 1 2 2 2
-
+.. grid:: 1 1 2 2
+   :margin: 4 4 0 0
+   :gutter: 4
+   
    .. grid-item-card::
 
       :fas:`rocket;pst-color-primary` Europa Rover Prototype
-- 
GitLab