Skip to content

Commit

Permalink
#23 Alterações diversas para titulo e organização de imagens
Browse files Browse the repository at this point in the history
  • Loading branch information
dvespasiano committed Jun 18, 2021
1 parent 2ced162 commit 378e166
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
Expand Up @@ -81,6 +81,15 @@
text-transform: capitalize;
font-weight: bold;
color: $color__vermelho1;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.attachments {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
& .post-inventario {
@media screen and (min-width: $screen__md) {
Expand Down
10 changes: 7 additions & 3 deletions single-tnc_col_527_item.php
Expand Up @@ -24,10 +24,14 @@
'media_type' => $attachment->post_mime_type
));
}
foreach ($media_items_thumbs as $media) {
echo $media;
}
?>
<div class="attachments">
<?php
foreach ($media_items_thumbs as $media) {
echo $media;
}
?>
</div>
</div>
<div class="post-inventario">
<h1 class="is-style-title-iphan-underscore">
Expand Down
10 changes: 10 additions & 0 deletions style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion style.css.map

Large diffs are not rendered by default.

0 comments on commit 378e166

Please sign in to comment.