align-items: center;
justify-content: space-between;
cursor: pointer;
- /* font-size: 0.75rem; */
- font-size: 0.8824em;
line-height: 1;
+ font-size: 0.8125rem;
height: var(--drawer-height);
}
+@media screen and (min-width: 1024px) {
+ .navigation-explore .context {
+ font-size: 0.75rem;
+ }
+}
+
.navigation-explore.is-active .context {
box-shadow: 0 1px 0 #e1e1e1;
}
.navigation-explore .component .version {
display: block;
- font-size: 0.95em;
+ font-size: 0.9375em;
}
.navigation-explore .component .version a {
top: var(--navbar-height);
left: 0;
width: 100%;
- font-size: 0.95rem;
+ font-size: 0.9375rem;
z-index: 1;
}
@media screen and (min-width: 769px) {
.navigation-container {
width: 16rem;
- font-size: 0.9rem;
+ font-size: 0.875rem;
}
}
@media screen and (min-width: 1024px) {
.navigation-container {
- font-size: 0.85rem;
+ font-size: 0.8125rem;
flex: none;
display: block;
position: static;