Skip to content

Commit 6587c37

Browse files
authored
Change .wrapper to .page (#74)
1 parent a433a9b commit 6587c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/layout.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Enjoy your theme!
2121
</head>
2222
<body{% block body_start %}{% endblock %} class="{{ 'antialiased'|tabler_body }}">
2323
{% block after_body_start %}{% endblock %}
24-
<div class="wrapper">
24+
<div class="page">
2525
<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">
2626
<div class="{{ ''|tabler_container }}">
2727
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar-menu">

0 commit comments

Comments
 (0)