lfph / lfph.io

🕸️👁️The public-facing lfph.io website
MIT License
5 stars 4 forks source link

Small issues due to WP 5.8 upgrade #108

Closed cjyabraham closed 3 years ago

cjyabraham commented 3 years ago
  1. The tables on the Become a Member page lost their coloring. They used to look like this:

    Screen Shot 2021-07-31 at 11 12 12 AM
  2. The second chart on the Host your project page seems to have floated up. It should look like this:

    Screen Shot 2021-07-31 at 11 23 44 AM
cjyabraham commented 3 years ago

I fixed 2 by putting the images in a columns block instead of using the Gallery block.

thetwopct commented 3 years ago
  1. This was a deliberate change to keep in sync with CNCF and the blue/purple was a bit overbearing. Can switch it back, but think it looks good like it is.

  2. May need to check the reports on CNCF as they make use of this Gallery style. There is updated styling for the Gallery block from Core; this should solve it and align images inside Gallery to the bottom again

.blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-item {
align-self: unset;
}
cjyabraham commented 3 years ago
  1. Ok. I've added a header section to each table as that seemed to have been lost in the change. I think it looks good now.
  2. As mentioned, I've converted to columns which do the job nicely.