.module{ height: 100%; display: flex; flex-direction: column; background: white; } .info-display{ display: flex; margin: 16px 4px; } .info{ flex: auto; text-align: center; } .nomal{ color: rgb(38, 199, 201); } .leave{ color:rgb(234, 174, 78); } .absence{ color: rgb(255, 131, 92); } .attendance-wrap{ margin: 12px 8px; }