@import '../../../styles.scss'; .common-footer{ bottom: 0; width: 100%; padding: 2% 3.5%; box-sizing: border-box; background-color: #ffffff; filter: drop-shadow(0px -12px 20px rgba(178, 178, 178, 0.25)); ul{ display: flex; flex-direction: row; justify-content: space-between; align-items: center; height: 100%; li{ display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%; color: #888888; .footer-icons{ width: 100%; height: 100%; padding-bottom: 2px; } } } }