Navigation Menu

Skip to content

Commit

Permalink
Make responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 6, 2015
1 parent 48a8d6d commit 8364d95
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions css/sphinx.css
Expand Up @@ -7,3 +7,17 @@ div.header div.other-language-links
{
right: 360px;
}

@media screen and (max-width: 640px)
{
div.header h1.title
{
margin-right: 0;
}

div.header div.other-language-links
{
right: 5px;
}

}

0 comments on commit 8364d95

Please sign in to comment.