Skip to content

Commit 6d93d1d

Browse files
committed
[ux.symfony.com] Adjust Map title, and .PackageHeader h1 text-balance
1 parent eb582a5 commit 6d93d1d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ux.symfony.com/assets/styles/components/_PackageHeader.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.PackageHeader {
22
h1 {
33
text-shadow: 0 .25rem .25rem rgba(0, 0, 0, .05);
4+
text-wrap: balance;
45

56
em {
67
display: inline-flex;

ux.symfony.com/templates/ux_packages/map.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
{% block package_header %}
66
{% component PackageHeader with {
77
package: 'map',
8-
eyebrowText: "Assert('Mapper')"
8+
eyebrowText: "Seamless Maps Integration",
99
} %}
1010
{% block title_header %}
11-
Embed <em>interactive maps</em> in your Symfony application in a breeze!
11+
Embed <em>interactive maps</em> in a breeze!
1212
{% endblock %}
1313

1414
{% block sub_content %}

0 commit comments

Comments
 (0)