4103d740 by Jeremy Groot

fix to logged in users

1 parent c804da2b
...@@ -14467,7 +14467,7 @@ article > h5 { ...@@ -14467,7 +14467,7 @@ article > h5 {
14467 margin-top: 0; 14467 margin-top: 0;
14468 } 14468 }
14469 14469
14470 #brokercontent { 14470 .admin-bar #brokercontent {
14471 padding-top: 11.875rem; 14471 padding-top: 11.875rem;
14472 } 14472 }
14473 14473
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
...@@ -261,9 +261,10 @@ article { ...@@ -261,9 +261,10 @@ article {
261 margin-top:0; 261 margin-top:0;
262 } 262 }
263 } 263 }
264 264 .admin-bar {
265 #brokercontent { 265 #brokercontent {
266 padding-top:calc(8.75rem + 3.125rem); 266 padding-top:calc(8.75rem + 3.125rem);
267 }
267 } 268 }
268 269
269 .header-image { 270 .header-image {
......