unlcms / project-herbie

Drupal 10 implementation at the University of Nebraska–Lincoln
https://cms.unl.edu
GNU General Public License v2.0
5 stars 6 forks source link

display banner on three columns is cutting out the third column content #597

Open sarongebre opened 5 months ago

sarongebre commented 5 months ago

A display banner on three columns is cutting out the third column content

The code below seems to be the issue

@supports (display:grid) @media only screen and (min-width: 74.83em) .unl-grid-cols { grid-template-columns: 5.62vw 3.16rem 1rem 2fr 1fr 3.16rem 1rem 3.16vw 3.16rem 1rem 1fr 2fr 3.16rem 1rem 5.62vw; }