We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a433a9b commit 6587c37Copy full SHA for 6587c37
templates/layout.html.twig
@@ -21,7 +21,7 @@ Enjoy your theme!
21
</head>
22
<body{% block body_start %}{% endblock %} class="{{ 'antialiased'|tabler_body }}">
23
{% block after_body_start %}{% endblock %}
24
-<div class="wrapper">
+<div class="page">
25
<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">
26
<div class="{{ ''|tabler_container }}">
27
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar-menu">
0 commit comments