4103d740 by Jeremy Groot

fix to logged in users

1 parent c804da2b
......@@ -14467,7 +14467,7 @@ article > h5 {
margin-top: 0;
}
#brokercontent {
.admin-bar #brokercontent {
padding-top: 11.875rem;
}
......
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 {
margin-top:0;
}
}
#brokercontent {
padding-top:calc(8.75rem + 3.125rem);
.admin-bar {
#brokercontent {
padding-top:calc(8.75rem + 3.125rem);
}
}
.header-image {
......