src: Align to center

This ensures that both Landing page and Wizard are aligned to center within wide windows.
This commit is contained in:
regexowl 2025-02-04 16:28:57 +01:00 committed by Michal Gold
parent 2da55e20b2
commit 68d33130f7
2 changed files with 2 additions and 2 deletions

View file

@ -307,7 +307,7 @@ const CreateImageWizard = ({ isEdit }: CreateImageWizardProps) => {
return (
<>
<ImageBuilderHeader inWizard />
<PageSection isWidthLimited>
<PageSection isWidthLimited isCenterAligned>
<Wizard
startIndex={startIndex}
onClose={() => navigate(resolveRelPath(''))}

View file

@ -59,7 +59,7 @@ export const LandingPage = () => {
const imageList = (
<>
<PageSection isWidthLimited>
<PageSection isWidthLimited isCenterAligned>
{showAlert && <NewAlert setShowAlert={setShowAlert} />}
<Sidebar hasBorder className="pf-v5-u-background-color-100">
<SidebarPanel