Fix mobile navbar

This commit is contained in:
Jeremy Thomas
2018-04-13 17:03:40 +01:00
parent ddd15f70e3
commit a90a5153b9
10 changed files with 33 additions and 27 deletions

View File

@@ -10682,15 +10682,26 @@ svg {
}
.intro-ghbtns {
height: 30px;
margin-bottom: 26px;
min-height: 30px;
}
.intro-ghbtns iframe,
.intro-ghbtns a,
.intro-ghbtns img {
height: 30px;
}
.intro-ghbtns a {
display: inline-block;
min-width: 100px;
vertical-align: top;
}
.intro-ghbtns img {
display: block;
}
.intro-npm {
background: #242424;
border-radius: 4px;

File diff suppressed because one or more lines are too long