OBF / homepage

Code for the OBF's new homepage
http://open-bio.org
5 stars 10 forks source link

fixed layout icons of BOSC footer #88

Closed hackwhiz-8 closed 1 month ago

hackwhiz-8 commented 4 months ago

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.

Screenshot 2024-07-14 134703 Screenshot 2024-07-14 134625

peterjc commented 4 months ago

Is this for #84?

hackwhiz-8 commented 4 months ago

@peterjc yes sir this is for #84 .

peterjc commented 4 months ago

We normally try not to change the website during the BOSC meeting for fear of breaking anything - but next week should be OK.

hackwhiz-8 commented 4 months ago

okay thanks @peterjc sir

hackwhiz-8 commented 1 month ago

any updates sir @peterjc

peterjc commented 1 month ago

Let's merge it and see if that works (there is a delay before this will go live), thanks!

nlharris commented 1 month ago

Hey, it worked! Thanks, @hackwhiz-8!