Skip to content

Commit

Permalink
Fix project header for sm screens
Browse files Browse the repository at this point in the history
  • Loading branch information
vidya-ram committed May 31, 2024
1 parent 1dd5249 commit caf711f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -445,15 +445,15 @@
}
}
.project-banner__right {
width: 33%;
width: auto;
}
}
.project-banner.project-banner--inner {
.project-banner__left--smaller {
width: 25%;
}
.project-banner__right--smaller {
width: 75%;
width: auto;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion funnel/templates/project_layout.html.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
</div>
</div>
{%- endif %}
<div class="project-details__box project-banner__right flex-wrapper flex-wrapper--space-between project-banner__right--flex-direction {% if not project.livestream_urls and not project.banner_video_url.url or not project.bg_image.url %}project-banner__right--smaller{%- endif %} subproject-page__hide">
<div class="project-banner__right flex-wrapper flex-wrapper--space-between project-banner__right--flex-direction {% if not project.livestream_urls and not project.banner_video_url.url or not project.bg_image.url %}project-banner__right--smaller{%- endif %} subproject-page__hide">
<div class="top-padding project-details__box__title">
<div class="project-banner__profile-details">
{{ profileavatar(project.account, css_class='margin-left') }}
Expand Down

0 comments on commit caf711f

Please sign in to comment.