Showing
1 changed file
with
4 additions
and
4 deletions
@@ -75,6 +75,10 @@ body { | @@ -75,6 +75,10 @@ body { | ||
75 | box-sizing: border-box; | 75 | box-sizing: border-box; |
76 | } | 76 | } |
77 | 77 | ||
78 | +.hide { | ||
79 | + display: none; | ||
80 | +} | ||
81 | + | ||
78 | .feature-page { | 82 | .feature-page { |
79 | max-width: 640px; | 83 | max-width: 640px; |
80 | margin: 0 auto; | 84 | margin: 0 auto; |
@@ -115,10 +119,6 @@ body { | @@ -115,10 +119,6 @@ body { | ||
115 | z-index: 100; | 119 | z-index: 100; |
116 | } | 120 | } |
117 | 121 | ||
118 | - .hide { | ||
119 | - display: none; | ||
120 | - } | ||
121 | - | ||
122 | &.fixnav { | 122 | &.fixnav { |
123 | position: fixed; | 123 | position: fixed; |
124 | top: 0; | 124 | top: 0; |
-
Please register or login to post a comment