Skip to content

Commit

Permalink
fix(about): small fixes (#12269)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMcA authored Dec 6, 2024
1 parent 3e781a0 commit bb3f8ec
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions client/src/about/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,11 @@ main.about-container {
scroll-margin-top: calc(
var(--sticky-header-without-actions-height) + 1.5rem + 1rem
);
}

> h4,
p {
grid-column: full;

&:first-child {
margin-top: 0;
Expand All @@ -599,11 +604,6 @@ main.about-container {
}
}

> h4,
p {
grid-column: full;
}

h4,
h5 {
font-size: 1.75rem;
Expand Down Expand Up @@ -633,6 +633,7 @@ main.about-container {
".";
grid-template-rows: subgrid;
padding: calc(var(--team-card-padding) - 1px);
user-select: none;

@media (max-width: $screen-sm) {
grid-column: full;
Expand Down Expand Up @@ -722,6 +723,7 @@ main.about-container {
(100% - var(--team-grid-gap) - 2 * var(--team-card-padding)) / 2
)
1fr;
user-select: auto;

li:last-of-type {
max-height: unset;
Expand Down

0 comments on commit bb3f8ec

Please sign in to comment.