Skip to content

Commit 66fc1eb

Browse files
authored
Update 404.php
1 parent fc570a9 commit 66fc1eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

404.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
<?php get_template_part( 'template-parts/content/breadcrumbs' ); ?>
1010

11-
<div id="content">
11+
<div id="content-wrapper">
1212

1313
<h1>404 Error (Not Found)</h1>
1414

1515
<?php get_template_part( 'template-parts/content/loop' ); ?>
1616

1717
<div class="clear"></div>
18-
</div><!-- content -->
18+
</div><!-- content-wrapper -->
1919

2020
<div class="clear"></div>
2121
</div><!-- primary -->

0 commit comments

Comments
 (0)