Open main menu

Changes

m
no edit summary
/*==============================================================================*/
/* TWO and THREE COMLUMNS LISTS */
 
TwoColumnsHighlight
ul.ColumnsUnderLevel1 {
}
ul.TwoColumnsHighlight { display: grid; grid-template-columns: repeat(auto-fit, minmax(15em, 18em)); grid-gap: 1em; justify-content: space-evenly; list-style: none; padding: 0px; margin: 0px;} ul.TwoColumnsHighlight li.ColumnsUnderLevel1 {
height:stretch;
padding: 10px;