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.

_osPlusSoftware.scss 1.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. .osPlusSoftware {
  2. position: relative;
  3. padding-top: 10rem;
  4. .osContianer{
  5. position: absolute;
  6. top: 5rem;
  7. left: 50%;
  8. transform: translateX(-50%);
  9. }
  10. .osContianer_des_font{
  11. font-size: 1.5rem;
  12. }
  13. }
  14. @media (max-width:1200px) {
  15. .osPlusSoftware {
  16. position: relative;
  17. .osContianer{
  18. }
  19. .osContianerHeading{
  20. >h1{
  21. font-size: 5rem;
  22. }
  23. }
  24. .osContianer_des_font{
  25. font-size: 1.5rem;
  26. }
  27. }
  28. }
  29. @media (max-width:1000px){
  30. .osPlusSoftware{
  31. padding-top: 1rem;
  32. .osContianer{
  33. top: 1rem;
  34. }
  35. .osContianerHeading{
  36. >h1{
  37. font-size: 2rem;
  38. text-align: center;
  39. }
  40. }
  41. .osContianer_des_font{
  42. font-size: 1rem;
  43. }
  44. }
  45. }
  46. @media (max-width:768px){
  47. .osPlusSoftware{
  48. .osContianer{
  49. top: -1rem;
  50. }
  51. .osContianerHeading{
  52. >h1{
  53. font-size: 2rem;
  54. text-align: center;
  55. }
  56. }
  57. .osContianer_des_font{
  58. font-size: 0.7rem;
  59. text-align: center;
  60. }
  61. }
  62. }