diff --git a/public/css/app.css b/public/css/app.css index ba88e45..adffc21 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -12879,16 +12879,17 @@ label { } .home-intro .laminas { width: 200px; + margin-top: 20px; } @media (max-width: 768px) { .home-intro .laminas { width: 100px; + margin-top: 6px; } } .home-intro .mezzio { width: 70px; height: 60px; - padding-left: 10px; } @media (max-width: 768px) { .home-intro .mezzio { @@ -12898,6 +12899,8 @@ label { } .home-intro .mezzio-title { color: #013755; + font-family: "Barlow", sans-serif; + font-weight: 400; font-size: 55px; line-height: 55px; padding-left: 10px; @@ -12906,6 +12909,7 @@ label { .home-intro .mezzio-title { font-size: 27px; line-height: 27px; + padding-left: 5px; } } @@ -12913,7 +12917,7 @@ label { font-family: "Space Grotesk", sans-serif; font-style: normal; font-weight: 700; - font-size: 92px; + font-size: 70px; line-height: 95px; color: #000000; } @@ -12934,9 +12938,10 @@ label { height: 103px; } -@media (max-width: 991px) { +@media (max-width: 1200px) { .home-intro h1, .home-intro .h1 { font-size: 60px; + line-height: 75px; } } @media (max-width: 768px) { diff --git a/src/App/assets/scss/components/_pages.scss b/src/App/assets/scss/components/_pages.scss index 5735a27..c197191 100644 --- a/src/App/assets/scss/components/_pages.scss +++ b/src/App/assets/scss/components/_pages.scss @@ -135,16 +135,17 @@ .laminas { width: 200px; + margin-top: 20px; @media ( max-width: 768px) { width: 100px; + margin-top: 6px; } } .mezzio { width: 70px; height: 60px; - padding-left: 10px; @media ( max-width: 768px) { width: 35px; @@ -154,6 +155,8 @@ .mezzio-title { color: #013755; + font-family: "Barlow", sans-serif; + font-weight: 400; font-size: 55px; line-height: 55px; padding-left: 10px; @@ -161,6 +164,7 @@ @media ( max-width: 768px) { font-size: 27px; line-height: 27px; + padding-left: 5px; } } } @@ -169,7 +173,7 @@ font-family: 'Space Grotesk', sans-serif; font-style: normal; font-weight: 700; - font-size: 92px; + font-size: 70px; line-height: 95px; color: #000000; } @@ -190,9 +194,10 @@ height: 103px; } -@media ( max-width: 991px) { +@media ( max-width: 1200px) { .home-intro h1 { font-size: 60px; + line-height: 75px; } } diff --git a/src/App/templates/app/home.html.twig b/src/App/templates/app/home.html.twig index 9db0b2c..c47b9fe 100644 --- a/src/App/templates/app/home.html.twig +++ b/src/App/templates/app/home.html.twig @@ -10,13 +10,14 @@

Dotkernel API

-

PHP skeleton app for building REST API's using

-
- Laminas Foundation - Mezzio -

Mezzio

-
+

PHP skeleton app for building REST APIs using +{#
#} + Laminas Foundation + Mezzio + Mezzio +{#
#} +

Dotkernel API is an alternative for legacy Laminas API diff --git a/src/App/templates/layout/default.html.twig b/src/App/templates/layout/default.html.twig index 95739fa..6e8837d 100644 --- a/src/App/templates/layout/default.html.twig +++ b/src/App/templates/layout/default.html.twig @@ -42,7 +42,7 @@ - + {% block stylesheets %}{% endblock %} @@ -196,7 +196,7 @@

- + {% block javascript %}{% endblock %}