#root { width: 100%; } input#search { width: 100%; } #display-options { margin-top: 18px; font-size: 1em; line-height: 18px; display: flex; gap: 0.5em; } ul.icon-list { list-style: none; margin: 36px 0 0; padding: 0; display: flex; flex-wrap: wrap; /* display: grid; grid-template-columns: repeat( auto-fit, minmax( 54px, 1fr ) ); */ gap: 18px; } ul.icon-list.show-name { /* grid-template-columns: repeat( auto-fit, minmax( 99px, 1fr ) ); */ } ul.icon-list>li { box-sizing: border-box; width: 54px; padding: 9px; text-align: center; display: flex; flex-direction: column; align-items: center; } ul.icon-list.show-name>li { padding: 9px; width: 90px; height: 99px; /* border: 1px solid #ccc; */ } ul.icon-list img { width: 36px; height: auto; } ul.icon-list .name { font-size: 9pt; line-height: 18px; margin-top: 9px; }