/* Base styles that apply to all devices */ .grid-container { display: grid; grid-gap: 1rem; /* This sets both the row and column gap */ } /* Desktop-specific styles */ @media (min-width: 769px) { /* Adjust this value to your desktop breakpoint */ .grid-container { grid-template-columns: repeat(2, 1fr); /* Only apply the two-column layout on desktop */ } .grid-container > .grid-item:nth-child(even) { margin-top: 1rem; /* Only apply the margin offset on desktop */ } } /* Tablet and below specific styles */ @media (max-width: 768px) { /* Adjust this value to your tablet breakpoint */ .grid-container { display: flex; flex-direction: column; /* Stack items vertically */ } .grid-container > .grid-item { margin-top: 0; /* Reset margin for tablet and below */ } .grid-container > .grid-item:nth-child(even) { margin-top: 0; /* Ensure even items don't have margin on tablet */ } }

Carril Blogs

Check out our insights to help you learn more about the marketing world.

How to Develop a Winning CRO Plan
Blog Picture
Marketing Tips

How to Develop a Winning CRO Plan

February 16, 2024
Common UI/UX Design Mistakes Agencies Should Avoid
Blog Picture
Technology

Common UI/UX Design Mistakes Agencies Should Avoid

February 16, 2024
Business Growth Using Social Media
Blog Picture
Social Media

Business Growth Using Social Media

February 16, 2024
Importance of Conducting an SEO Audit
Blog Picture
Web & SEO

Importance of Conducting an SEO Audit

February 16, 2024
Benefits of Pinterest for Your Business
Blog Picture
Social Media

Benefits of Pinterest for Your Business

February 16, 2024
How Carril Agency Solve Business Challenges
Blog Picture
General Insights

How Carril Agency Solve Business Challenges

February 16, 2024
Maximize Your Website Conversions with 3Ps of CRO Strategy
Blog Picture
Marketing Tips

Maximize Your Website Conversions with 3Ps of CRO Strategy

February 16, 2024
The Power of Digital Space in the society
Blog Picture
Technology

The Power of Digital Space in the society

February 16, 2024
Social Media ROI Impact on Your Business
Blog Picture
Social Media

Social Media ROI Impact on Your Business

February 16, 2024