Skip to content

Commit 7c995df

Browse files
author
alhill10
committed
Update garden.css
Nav li's are broken on Chrome Canary - Mac OSX. Should be 100% width.
1 parent 143bda7 commit 7c995df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/style/garden.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ screen and (-webkit-min-device-pixel-ratio: 2) {
601601
}
602602

603603
#nav_main > ul > li {
604-
width: 25%;
604+
width: 100%;
605605
}
606606

607607
#nav_mobile {

0 commit comments

Comments
 (0)