Browse Source

Morden: Update classes on 404 template.

Allan Cole 6 years ago
parent
commit
6fa299ca30
1 changed files with 1 additions and 1 deletions
  1. 1 1
      morden/template-parts/content/content-none.php

+ 1 - 1
morden/template-parts/content/content-none.php

@@ -16,7 +16,7 @@
 		<h1 class="page-title"><?php _e( 'Nothing Found', 'varia' ); ?></h1>
 		<h1 class="page-title"><?php _e( 'Nothing Found', 'varia' ); ?></h1>
 	</header><!-- .page-header -->
 	</header><!-- .page-header -->
 
 
-	<div class="page-content">
+	<div class="page-content responsive-max-width">
 		<?php
 		<?php
 		if ( is_home() && current_user_can( 'publish_posts' ) ) :
 		if ( is_home() && current_user_can( 'publish_posts' ) ) :