header { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 1em 0; font-size: large; line-height: 1.6em; .title * { font-size: xx-large; text-decoration-color: var(--primary)!important; &:hover { text-decoration-color: var(--grey-light)!important; } } nav { a { margin-right: 0.5rem; } display: flex; flex-wrap: wrap; } padding-bottom: 1em; }