Skip to content

Conversation

Copy link

Copilot AI commented Jan 1, 2026

The conference image was vertically centered in its container, misaligning with the date field and other content. Changed the row alignment from align-items-center to align-items-start.

Changes

  • Updated ConferencePage.razor in both NextTechEventNet7 and NextTechEvent.Client projects
  • Changed Bootstrap flexbox alignment class on the content row
- <div class="row align-items-center">
+ <div class="row align-items-start">

Visual Impact

Before and after comparison

Before: Image vertically centered with content block
After: Image aligned to top, matching the conference title and date position

Original prompt

This section details on the original issue you should resolve

<issue_title>Align the conference image to the top</issue_title>
<issue_description>Align the image of the conference in conferencepage.razor.
It should be align with the top if the date.</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Align conference image to the top of the page Align conference image to top of content Jan 1, 2026
Copilot AI requested a review from EngstromJimmy January 1, 2026 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Align the conference image to the top

2 participants