Skip to content

feat: update SimpleGrid component in AboutUs for improved responsive …#99

Merged
BorDevTech merged 17 commits into
masterfrom
mobile-design
Jun 2, 2026
Merged

feat: update SimpleGrid component in AboutUs for improved responsive …#99
BorDevTech merged 17 commits into
masterfrom
mobile-design

Conversation

@BorDevTech

Copy link
Copy Markdown
Contributor

This pull request makes a small adjustment to the layout of the About Us page. The change updates the padding and grid column configuration to improve responsiveness and consistency in spacing.

  • Changed the SimpleGrid component's pb (padding-bottom) from a numeric value to a pixel string, and updated the columns prop to use responsive values ({ base: 1, md: 2 }) for better adaptability across screen sizes.

Copilot AI review requested due to automatic review settings May 6, 2026 22:38

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the About Us page layout to improve responsiveness and spacing consistency in the “About Us” section grid.

Changes:

  • Updated SimpleGrid pb from a numeric token value to an explicit pixel value ("35px").
  • Updated SimpleGrid columns to a responsive object ({ base: 1, md: 2 }) for clearer breakpoint behavior.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@vercel

vercel Bot commented May 7, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
mokse-website Error Error May 30, 2026 1:58am

…iveness and consistency

Co-authored-by: Christopher Natale <natale565@icloud.com>
Co-authored-by: teejdadev@users.noreply.github.com
…onsiveness

Co-authored-by: Christopher Natale <natale565@icloud.com>
Co-authored-by: Christopher Natale <natale565@icloud.com>
Co-authored-by: John Schmidt <JohnSchmidtN@users.noreply.github.com>
…ring and layout

- Enhanced the Navigators component to utilize dynamic dropdowns for regions, categories, and titles, improving data fetching and filtering logic.
- Updated the layout of the Navigators component to be responsive, stacking elements on mobile and aligning them horizontally on larger screens.
- Refactored the SearchResources component to streamline the layout and integrate the updated Navigators component, ensuring a cohesive user experience.
- Improved the Services page layout, utilizing responsive design principles for better mobile compatibility.
- Updated FAQ and ServiceCard components for enhanced readability and visual consistency.
- Adjusted theme breakpoints for better responsiveness across devices.

Co-authored-by: Christopher Natale <natale565@icloud.com>
natale565 added 2 commits May 29, 2026 21:50
…y; enhance responsiveness and styling across various components; update Navigators and Resources page structure; improve Team Member and Service cards for better display; clean up unused code and comments in team data.
Comment thread components/services/service-card.tsx Fixed
@vercel

vercel Bot commented Jun 2, 2026

Copy link
Copy Markdown

Unable to deploy a commit from a private repository on your GitHub organization to the Devell Robinson's projects team on Vercel, which is currently on the Hobby plan. In order to deploy, you can:

  • Make your repository public or
  • Upgrade to Pro. A Pro subscription is required to deploy from a private organization repository.

To read more about collaboration on Vercel, click here.

import { Card, Image as ChakraImage, Float, Heading } from "@chakra-ui/react";
import { Link as ChakraLink } from "@chakra-ui/react";
// import { SimpleGrid } from "@chakra-ui/react";
import { Box, Card, Float, Heading, Image as ChakraImage, Link as ChakraLink } from "@chakra-ui/react";

@BorDevTech BorDevTech left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@BorDevTech BorDevTech merged commit 2fdd7f5 into master Jun 2, 2026
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants