Advertisement
artemsemkin

Rhye theme: fit masthead images in halfscreen layout

Oct 3rd, 2022
1,148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.13 KB | None | 0 0
  1. .section-masthead__background_halfscreen img {
  2.   object-fit: contain !important;
  3.   object-position: center center !important;
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement