Navigation Menu

Skip to content

Commit

Permalink
Use the same margin
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 6, 2015
1 parent a62a201 commit e35d4b6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions css/screen.css
Expand Up @@ -54,6 +54,7 @@ header div.title
header div.title
{
margin: 0;
margin-top: 5px;
margint-left: 5px;
}
}
Expand Down Expand Up @@ -105,7 +106,7 @@ header div.title span.description
{
header div.title span.description
{
margin-top: 70px;
margin-top: 75px;
margin-bottom: 0;
margin-left: 5px;
margin-right: 5px;
Expand Down Expand Up @@ -140,6 +141,8 @@ header nav li
{
header nav ul
{
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
line-height: 1.5em;
Expand Down Expand Up @@ -207,7 +210,7 @@ header div.other-language-links
{
header div.other-language-links
{
right: 10px;
right: 5px;
}
}

Expand Down

0 comments on commit e35d4b6

Please sign in to comment.