Skip to content

Commit

Permalink
Change .wrapper to .page (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
cavasinf committed Mar 26, 2022
1 parent a433a9b commit 6587c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/layout.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Enjoy your theme!
</head>
<body{% block body_start %}{% endblock %} class="{{ 'antialiased'|tabler_body }}">
{% block after_body_start %}{% endblock %}
<div class="wrapper">
<div class="page">
<header class="navbar navbar-expand-md{% block header_class %} {% if tabler_bundle.isNavbarOverlapping() %}navbar-dark navbar-overlap{% else %}navbar-light{% endif %}{% endblock %} d-print-none">
<div class="{{ ''|tabler_container }}">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar-menu">
Expand Down

0 comments on commit 6587c37

Please sign in to comment.