Advertisement
desislava_topuzakova

responsive.css

Jun 28th, 2022
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. /* TODO: Add the responsive styles here */
  2.  
  3. @media all and (max-width: 600px) {
  4. .tm-cta-section {
  5. width: 100%;
  6. }
  7.  
  8. .tm-gallery-page {
  9. margin: 0;
  10. }
  11.  
  12. .tm-header-inner {
  13. padding: 30px 0;
  14. flex-direction: column;
  15. }
  16. .tm-section-title {
  17. margin: 20px auto;
  18. }
  19. .tm-gallery-item {
  20. max-width: 80%;
  21. }
  22.  
  23. .tm-gallery-img {
  24. width: 100%;
  25. }
  26.  
  27. .tm-gallery {
  28. margin: 0;
  29. }
  30. .tm-gallery-page {
  31. align-items: center;
  32. justify-content: center;
  33. }
  34.  
  35. .col-md-6.col-12 {
  36. margin-left: 5px;
  37. }
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement