12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- .proSection{
- .designedProLaptop_title > .designedProLaptop_title_text{
- font-size: 6rem;
- }
-
- .designedProLaptopList{
- > li{
- font-size: 2.5rem;
- }
- }
- }
- @media (max-width:1200px) {
- .proSection{
- .designedProLaptopList{
- > li{
- font-size: 1.5rem;
- }
- }
- }
-
- }
-
-
- @media (max-width:768px){
- .proSection{
- padding: 1rem;
- .designedProLaptop_title > .designedProLaptop_title_text{
- font-size: 4rem;
- }
-
- .designedProLaptopList {
- width: 100%;
- padding: 1rem;
- }
- }
- }
-
- @media (max-width:576px) {
- .proSection{
- .designedProLaptop_title > .designedProLaptop_title_text{
- font-size: 2.5rem;
-
- }
- }
-
- }
|