Guest User

Untitled

a guest
Jan 18th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. @media(max-width:767px){}
  2. @media(min-width:768px){}
  3. @media(max-width:992px){}
  4.  
  5. @media(max-width:767px){}
  6. @media(min-width:768px){}
  7. @media(max-width:992px){
  8. .title-info{
  9. font-size: 15px;
  10. }
  11. .infos-schedule{
  12. font-size: 15px;
  13. }
  14. }
  15. .infos-schedule{
  16. font-family: "Montserrat";
  17. font-size: 17px;
  18. font-weight: 500;
  19. font-style: normal;
  20. font-stretch: normal;
  21. line-height: 1.23;
  22. letter-spacing: 1.8px;
  23. text-align: left;
  24. color: #0a1414;
  25. margin-bottom: 0px !important;
  26. }
  27. .title-infos{
  28. color: #037C74;
  29. margin-right: 5px;
  30. font-size: 20px;
  31. }
Add Comment
Please, Sign In to add comment