Skip to content

Commit 399df4f

Browse files
committed
Comment out tagline for now
1 parent 4c364ed commit 399df4f

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

index.php

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)