Skip to content

Commit 0ec804e

Browse files
authored
Merge pull request BonsaiDen#367 from ivanov-v/master
Fix desktop nav
2 parents 248776a + cf30742 commit 0ec804e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

site/style/garden.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,12 @@ body {
7272

7373
nav {
7474
position: fixed;
75-
margin-left: 750px;
7675
top: 0;
76+
right: 0;
7777
padding-bottom: 20px;
7878
height: 100%;
79-
8079
text-shadow: none;
81-
width: 240px;
80+
width: 225px;
8281
}
8382

8483
nav > div li {
@@ -607,7 +606,6 @@ a abbr {
607606
#nav_main > ul > li {
608607
float: left;
609608
text-align: center;
610-
width: 25%;
611609
border-bottom: 0;
612610
}
613611

0 commit comments

Comments
 (0)