No Description
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.

_tablesection.scss 649B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .circleTableLaptop_Heading {
  2. top: 20%;
  3. }
  4. .circleTableLaptop_text{
  5. bottom: 25%;
  6. >div{
  7. padding: 0px 22%;
  8. }
  9. }
  10. @media (max-width:1300px) {
  11. .circleTableLaptop_text {
  12. bottom: 18%;
  13. >div{
  14. font-size: 1rem;
  15. }
  16. }
  17. }
  18. @media (max-width:1000px) {
  19. .circleTableLaptop_Heading {
  20. h1{
  21. font-size: 1.5rem;
  22. }
  23. }
  24. .circleTableLaptop_text {
  25. bottom: 25%;
  26. >div{
  27. font-size: 0.7rem;
  28. }
  29. }
  30. }
  31. @media (max-width:600px) {
  32. .circleTableLaptop_Heading {
  33. top: 0;
  34. h1{
  35. font-size: 1.5rem;
  36. }
  37. }
  38. }