Skip to content

Commit

Permalink
Update public-facing orgs page, componetize page headers (#2307)
Browse files Browse the repository at this point in the history
* Update public-facing orgs page, componetize page headers

* Improve supported environments

* Move user page stats to top and remove details card

* Fix padding on orgs page when no navlinks

* fix lint

---------

Co-authored-by: Geometrically <[email protected]>
  • Loading branch information
Prospector and Geometrically authored Aug 28, 2024
1 parent 4b75cb8 commit 8311451
Show file tree
Hide file tree
Showing 6 changed files with 566 additions and 574 deletions.
8 changes: 8 additions & 0 deletions apps/frontend/src/assets/styles/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
.normal-page__content {
grid-area: content;
}

.normal-page__header {
grid-area: header;
}
}

@media (min-width: 1024px) {
Expand Down Expand Up @@ -161,4 +165,8 @@
max-width: calc(80rem - 18.75rem - 0.75rem);
//overflow-x: hidden;
}

.normal-page__header {
grid-area: header;
}
}
Loading

0 comments on commit 8311451

Please sign in to comment.