Closed hackwhiz-8 closed 1 month ago
Is this for #84?
@peterjc yes sir this is for #84 .
We normally try not to change the website during the BOSC meeting for fear of breaking anything - but next week should be OK.
okay thanks @peterjc sir
any updates sir @peterjc
Let's merge it and see if that works (there is a delay before this will go live), thanks!
Hey, it worked! Thanks, @hackwhiz-8!
updated the custom values of columns to grid-template-columns: repeat(6, 1fr); because , All 6 columns will have the same width, which is equal to 1/6 of the grid container's width. The fr unit makes the grid flexible, meaning that the columns will adjust their width based on the available space in the grid container. And The grid will automatically adapt to different screen sizes and orientations, as the columns will resize to fit the available space.