Skip to content

Commit 62e8a84

Browse files
committed
Fix top bar wrap issue with Hackerman font.
1 parent 1fc4232 commit 62e8a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/layouts/sigma9.layouts.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2762,7 +2762,7 @@ li,p
27622762

27632763
#header,#top-bar
27642764
{
2765-
width:90%;
2765+
/* width:90%; - Doesn't play nice with multiple fonts. Let it inherit (100%). */
27662766
max-width:980px;
27672767
margin:0 auto;
27682768
}

0 commit comments

Comments
 (0)