Skip to content

Commit

Permalink
Fiz rounded thumbnails in latest vertical posts
Browse files Browse the repository at this point in the history
  • Loading branch information
julialaurentino committed Jun 3, 2024
1 parent 820e3ae commit e5c8b92
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,23 @@ body.single-afluente {
}
}

.post--thumbnail-rounded{
.post {
&-thumbnail{
max-width: 88px;
width: 100%;
height: 88px;
flex-basis: inherit;

&--image{
height: 88px;
margin-bottom: 10px;
object-fit: cover;
}
}
}
}

// Block latest vertical posts - Model collection (Flickr)
.latest-vertical-posts-block.model-collection {
.post.collection {
Expand Down
2 changes: 1 addition & 1 deletion themes/midia-ninja-theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://hacklab.com.br/
Author: Hacklab
Author URI: https://hacklab.com.br/
Description: Tema base para desenvolvimento de novos sites.
Version: 1.1.8
Version: 1.1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Expand Down

0 comments on commit e5c8b92

Please sign in to comment.