Advertisement
Guest User

Untitled

a guest
Jan 5th, 2021
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.31 KB | None | 0 0
  1. .h1 ,h1 {
  2.   font-size: 2.5rem;
  3. }
  4.  
  5. h1 {
  6.   margin-bottom: .5rem;
  7.   font-weight: 500;
  8.   line-height: 1.2;
  9. }
  10.  
  11. .text-left {
  12.   text-align: left!important;
  13. }
  14.  
  15. p {
  16.   margin-top: 0;
  17. }
  18.  
  19. @media (min-width: 40em) {
  20. .carousel-caption p {
  21.   margin-bottom: 1.25rem;
  22.   font-size: 1.25rem;
  23.   line-height: 1.4;
  24. }
  25. }
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement