Hi. Here is.How do I get the boxes in line so they have the same width as the rest of the site?
Code:
.footer-container {display: grid;grid-template-columns: [full-start]minmax(0,1fr)[main-start]repeat(4,minmax(0,19.875rem))[main-end]minmax(0,1fr)[full-end];gap: 1em;}.footer-container > div {grid-column: 2/-2;}
Statistics: Posted by Pavel-ww — Sun Jan 12, 2025 7:56 am