Published
- 1 min read
grid columns
The solution for this is noted below
grid columns
Solution
Columns .content-services-grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
text-align: center;
align-items: center;
grid-gap: 1rem;
}
Try other methods by searching on the site. That is if this doesn’t work