File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -246,12 +246,14 @@ function drawBranchInfo(array $release): void
246246 <div class="landing-eco-full-container" style="border: 0">
247247 <div class="landing-hdr-outer landing-section ">
248248 <div class="landing-hdr">
249- <div style="position: relative; display: flex; flex-direction: column; gap: 1em; text-align: center; justify-content: center; padding: 1em">
250- <img class="hero__logo" src="/images/logos/php-logo-white.svg" alt="php" width="240" height="120" style="z-index: 1; margin-left: auto; margin-right: auto;">
251- <p class="landing-hdr-tagline" style="z-index: 1">
252- Powering Solo Developers, Teams, and Global Enterprise
253- </p>
254- <img style="position: absolute; object-position: center; width: 100%; height: 100%; object-fit: contain; opacity: 0.2" src="/images/landing/elephpant.png" alt="PHP Elephant logo" />
249+ <div style="display: flex; flex-direction: column; gap: 1em; text-align: center; justify-content: center; padding: 1em">
250+ <div style="flex: 1 1; position: relative; display: flex; align-items: center">
251+ <img class="hero__logo" src="/images/logos/php-logo-white.svg" alt="php" width="240" height="120" style="z-index: 1; margin-left: auto; margin-right: auto;">
252+ <img style="position: absolute; object-position: center; width: 100%; height: 100%; object-fit: contain; opacity: 0.2" src="/images/landing/elephpant.png" alt="PHP Elephant logo" />
253+ </div>
254+ <!-- <p class="landing-hdr-tagline" style="flex: 0 0 fit-content">-->
255+ <!-- Powering Solo Developers, Teams, and Global Enterprise-->
256+ <!-- </p>-->
255257 </div>
256258 <div>
257259 <div class="landing-hdr-block">
You can’t perform that action at this time.
0 commit comments