/* * ************** * * HEADER * * ************** * */ .main-header { section { display: flex; flex-direction: column; // align-items: center; border-bottom: solid .1em #e1e1e1; padding-bottom: 1em; } header { flex-grow: 1; } } .title { display: flex; align-items: center; } .avatar { border-radius: 50%; width: 5rem; margin-right: 1rem; } nav { margin-right: .5em; align-self: flex-end; }