Skip to content

Commit

Permalink
Make Getting started flushed together with icon
Browse files Browse the repository at this point in the history
  • Loading branch information
fiennyangeln committed Sep 8, 2018
1 parent bd66e65 commit ef884ae
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lib/static/css/main.css
Expand Up @@ -1955,6 +1955,11 @@ input::placeholder {
width: auto;
}

.docsNavContainer > :first-child {
width: 240px;
max-width: 240px;
}

.separateOnPageNav.sideNavVisible .navPusher .mainContainer {
flex: 1 auto;
max-width: 100%;
Expand Down Expand Up @@ -1990,7 +1995,7 @@ input::placeholder {

@media only screen and (min-width: 1024px) {
.separateOnPageNav.sideNavVisible .navPusher .docMainContainer {
flex-basis: 920px;
flex-basis: 784px;
flex-grow: 0;
}
}
Expand Down

0 comments on commit ef884ae

Please sign in to comment.