Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
gram: op
> ./assets/css/header.css
Lenses
(coming soon!)
header {
display: flex;
align-items: end;
justify-content: space-between;
margin-bottom: 1rem;
}
#brand {
display: flex;
justify-content: space-between;
align-items: end;
}
img#logo { height: 4rem; }
#leads {
display: flex;
flex-direction: column;
align-items: start;
font-size: 1.2rem;
list-style: none;
margin-left: 1rem;
margin-bottom: 0;
}
@media (max-width: 600px) {
header { flex-direction: column; }
.btn-label { display: none; }
}
#quick-links {
display: flex;
flex-direction: row;
align-items: baseline;
}
#quick-links > * {
margin-right: 2rem;
}