fix: smaller thumbnails

This commit is contained in:
Kazhnuz Klappsthul 2023-10-04 13:35:36 +02:00
parent 5e84996059
commit f3e2c86d2a
2 changed files with 3 additions and 2 deletions

View File

@ -14,7 +14,7 @@ add_action( 'init', 'kspace_post_supports' );
// Support des thumbnails
add_theme_support( 'post-thumbnails' );
set_post_thumbnail_size( 825, 825, true );
set_post_thumbnail_size( 360, 360, true );
?>
?>

View File

@ -54,6 +54,7 @@ $comment-peek-height:0px;
width:100%;
margin:auto;
box-shadow: $large-shadow, $inset-shadow;
max-width:360px;
}
.preview-link {