first commit

This commit is contained in:
2024-03-08 17:28:57 +05:30
commit 486291d914
1046 changed files with 285710 additions and 0 deletions
@@ -0,0 +1,73 @@
.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;
}
}
}
}
}