Geen omschrijving
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_proConnectivity.scss 638B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. .proConnectivity{
  2. }
  3. @media (max-width:1200px) {
  4. .proConnectivity{
  5. h1{
  6. font-size: 2.5rem;
  7. }
  8. .font_p_Dual{
  9. font-size: 1rem;
  10. }
  11. }
  12. }
  13. @media (max-width:768px) {
  14. .proConnectivity{
  15. h1{
  16. font-size: 2rem;
  17. }
  18. .font_p_Dual{
  19. font-size: 0.7rem;
  20. }
  21. }
  22. }
  23. @media (max-width:600px) {
  24. .proConnectivity{
  25. // h1{
  26. // font-size: 2rem;
  27. // }
  28. .connectivityPso_des{
  29. padding: 2rem;
  30. }
  31. .font_p_Dual{
  32. }
  33. }
  34. }