12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- .osPlusSoftware {
- position: relative;
- padding-top: 10rem;
- .osContianer{
- position: absolute;
- top: 5rem;
-
- left: 50%;
- transform: translateX(-50%);
- }
-
- .osContianer_des_font{
- font-size: 1.5rem;
- }
- }
-
-
- @media (max-width:1200px) {
- .osPlusSoftware {
- position: relative;
-
- .osContianer{
-
- }
-
- .osContianerHeading{
- >h1{
- font-size: 5rem;
- }
- }
-
- .osContianer_des_font{
- font-size: 1.5rem;
- }
- }
- }
-
-
- @media (max-width:1000px){
- .osPlusSoftware{
- padding-top: 1rem;
- .osContianer{
- top: 1rem;
- }
- .osContianerHeading{
- >h1{
- font-size: 2rem;
- text-align: center;
- }
- }
-
- .osContianer_des_font{
- font-size: 1rem;
- }
- }
- }
-
- @media (max-width:768px){
- .osPlusSoftware{
- .osContianer{
- top: -1rem;
- }
-
- .osContianerHeading{
- >h1{
- font-size: 2rem;
- text-align: center;
- }
- }
-
- .osContianer_des_font{
- font-size: 0.7rem;
- text-align: center;
- }
- }
- }
|