BUGFIX: x-small mobile navigation fixes

This commit is contained in:
Aaron Carlino 2019-12-20 13:52:56 +13:00
parent 258961d79f
commit 999d18ff99
1 changed files with 19 additions and 5 deletions

View File

@ -267,14 +267,28 @@ h1, h2, h3 {
padding-left: 0;
width: auto;
}
.docs-top-utilities {
.social-list {
li {
}
@media(max-width: 370px) {
.docs-logo-wrapper {
.site-logo {
width: 140px;
.navbar-brand {
width: 20px;
height: 20px;
}
span:nth-child(2) {
display: none;
}
span:nth-child(3) {
font-size: 0.75 rem;
}
}
}
.docs-top-utilities {
flex-grow: 0;
padding: 0 0.5rem;
}
}
code[class*="language-"], pre[class*="language-"] {