/* Add custom CSS styles below */ #app > div.app-inner.flex.flex-col.min-h-full > footer > div > div > div:nth-child(1) > ul.flex.items-stretch.space-x-2 > li{
 	padding: 2px !important;
  width: 65px !important;
      height: 25px !important;
      min-width: unset !important;

 }
  #app > div.app-inner.flex.flex-col.min-h-full > footer > div > div > div:nth-child(1) > ul.flex.items-stretch.space-x-2 > li img{
 transform: scale(1.2) !important;
 object-fit: cover !important
 }