Skip to content

Commit

Permalink
complement for #851
Browse files Browse the repository at this point in the history
  • Loading branch information
nikeo committed Feb 8, 2020
1 parent ac24286 commit bb7e0dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/front/css/_parts/0_5_single_post_page.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ box-shadow: 0 1px 1px rgba(0,0,0,0.1); }

/* Featured Image */
/* @see the add_image_size() definitions in functions/init-after-setup-theme.php */
#flexslider-featured .featured-img-thumb-xxlarge { height: 500px;overflow: hidden; }
#flexslider-featured .featured-img-thumb-xlarge { height: 450px;overflow: hidden; }
#flexslider-featured .featured-img-thumb-large { height: 360px;overflow: hidden; }
#flexslider-featured .featured-img-thumb-xxlarge { max-height: 500px;overflow: hidden; }
#flexslider-featured .featured-img-thumb-xlarge { max-height: 450px;overflow: hidden; }
#flexslider-featured .featured-img-thumb-large { max-height: 360px;overflow: hidden; }

/* woocommerce */
.products .featured { border-bottom: none }
Expand Down

0 comments on commit bb7e0dc

Please sign in to comment.