ion-header { background-color: black; height: 12vh; .header { display: flex; justify-content: space-between; align-items: center; height: 12vh; margin-left: 2rem; margin-right: 1rem; ion-icon { width: 33vw; height: 5vh; } .profile { background-color: white; width: 3.2rem; height: 3.2rem; border-radius: 50%; margin-right: 1rem; } } }