Skip to content

Commit

Permalink
Hide image on mobile.
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenDufresne committed Dec 4, 2023
1 parent 7976a2c commit f890d82
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
<!-- /wp:list --></div>
<!-- /wp:column -->

<!-- wp:column {"verticalAlignment":"bottom"} -->
<div class="wp-block-column is-vertically-aligned-bottom"><!-- wp:image {"id":144,"scale":"cover","sizeSlug":"full","linkDestination":"none"} -->
<!-- wp:column {"verticalAlignment":"bottom","className":"page-organize-content-image"} -->
<div class="wp-block-column is-vertically-aligned-bottom page-organize-content-image"><!-- wp:image {"id":144,"scale":"cover","sizeSlug":"full","linkDestination":"none"} -->
<figure class="wp-block-image size-full"><img src="https://events.wordpress.test/files/2023/12/Image-4.png" alt="" class="wp-image-144" style="object-fit:cover"/></figure>
<!-- /wp:image --></div>
<!-- /wp:column --></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@
margin: 0 auto;
text-align: center;
}

@media (--medium-small) {
.page-organize-content-image {
display: none;
}
}

0 comments on commit f890d82

Please sign in to comment.