File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212
1313 .kep-banner-grid {
1414 display : grid ;
15- grid-template-columns : 1fr 1fr ;
15+ grid-template-columns : minmax ( 0 , 1fr ) minmax ( 0 , 1fr ) ;
1616
1717 @media (max-width : 991px ) {
1818 grid-template-columns : 1fr ;
2222 .kep-banner-col {
2323 padding : 2rem ;
2424 position : relative ;
25+ min-width : 0 ;
2526
2627 & .border-start-refined {
2728 border-left : 1px solid #e0e4e8 ;
228229 font-size : 0.85rem ;
229230 color : $slate-700 ;
230231 text-decoration : none ;
231- display : flex ;
232- align-items : flex-start ;
233- gap : 8px ;
232+ display : block ;
234233 transition : all 0.2s ease ;
235234 min-width : 0 ;
236- overflow-wrap : break-word ;
235+ overflow-wrap : anywhere ;
237236
238237 i {
239238 font-size : 0.7rem ;
240239 color : $slate-400 ;
241- line-height : 1 ;
242- flex-shrink : 0 ;
240+ margin-right : 8px ;
243241 }
244242
245243 & :hover {
You can’t perform that action at this time.
0 commit comments