12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
-
- .wifiSection {
- overflow-x: hidden;
- position: relative;
-
- // .wifiSectionImg {
- // width: 100vw;
- // height: 100vh;
- // margin: 10rem 0;
- // background-image: url("./../../dist/assets/imgs/productoverview/wifilap.png");
- // background-color: white;
- // background-size: cover;
- // background-repeat: no-repeat;
- // background-position: center;
- // }
- .wifiSectionDes{
- display: none;
- }
- .textWifiContainer {
- position: relative;
-
- .wifiSection_des {
- max-width: 500px;
- position: absolute;
- right: 0;
- top: -48%;
- width: 100%;
- height: 100%;
- }
-
- .textWifiContainerHeading {
- >h1 {
- font-size: 5rem;
- }
- }
- }
- }
-
-
-
- @media (max-width:1200px) {
- .wifiSection{
- .textWifiContainer {
- .textWifiContainerHeading {
- >h1 {
- font-size: 5rem;
- }
- }
- }
-
- }
- }
-
- @media (max-width:1000px) {
- .wifiSection{
- .textWifiContainer {
- display: none;
-
- }
-
- .wifiSectionDes{
- padding: 2rem;
- display: block;
- .wifiSection_des {
- >p{
- font-size: 1rem;
- }
- }
-
- }
-
- }
- }
|