Skip to content

Commit

Permalink
Fixed the project header right column width to prevent layout shift
Browse files Browse the repository at this point in the history
  • Loading branch information
anishTP committed Jun 24, 2024
1 parent 9581f8f commit 165d05c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions funnel/assets/sass/pages/project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -459,15 +459,15 @@
}
}
.project-banner__right {
width: auto;
width: 33%;
}
}
.project-banner.project-banner--inner {
.project-banner__left--smaller {
width: 25%;
}
.project-banner__right--smaller {
width: auto;
width: 75%;
}
}
}
Expand Down

0 comments on commit 165d05c

Please sign in to comment.