Advertisement
mirozspace

Untitled

Oct 28th, 2020
2,090
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.30 KB | None | 0 0
  1. @media screen and (max-width: 884px) {
  2.     .newsletter-boxes {
  3.         flex-direction: column;
  4.     }
  5.  
  6.     .newsletter-bottom{
  7.         display: flex;
  8.     }
  9.  
  10.     .newsletter-bottom article h4{
  11.         text-align: left;
  12.     }
  13.  
  14.     .newsletter-bottom-content{
  15.         text-align: left;
  16.     }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement