Buy me a coffee

#146

@media screen and (min-width:768px) {
  div.header-nav {
    position: absolute;
    right: 0;
}

.header-actions.header-actions--right {
    position: absolute;
    left: 0;
    justify-content: flex-start !important;
}

.header-actions.header-actions--right a {
    margin-left: 0 !important;
    margin-right: 2.1vw !important;
}

.header-nav-list {
    justify-content: flex-end !important;
}}