Skip to content

Commit 837c5eb

Browse files
committed
fix(header): Update header layout with grid classes for better responsiveness
1 parent 7666d71 commit 837c5eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/dotcms-symfony/templates/dotcms/header.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<header class="container">
22
<div class="grid">
3-
<div>
3+
<div class="col-start-1 col-end-4">
44
<h1><a href="/" style="text-decoration:none; color:inherit;">TravelLux in Symfony</a></h1>
55
{# or page title via {{ pageAsset.page.title }} #}
66
</div>
7-
<div>
7+
<div class="col-start-5 col-end-12" style="justify-self: end;">
88
{% include 'dotcms/components/navigation.twig' with { 'navigation': navigation } %}
99
</div>
1010
</div>

0 commit comments

Comments
 (0)