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,49 @@
.proConnectivity{
}
@media (max-width:1200px) {
.proConnectivity{
h1{
font-size: 2.5rem;
}
.font_p_Dual{
font-size: 1rem;
}
}
}
@media (max-width:768px) {
.proConnectivity{
h1{
font-size: 2rem;
}
.font_p_Dual{
font-size: 0.7rem;
}
}
}
@media (max-width:600px) {
.proConnectivity{
// h1{
// font-size: 2rem;
// }
.connectivityPso_des{
padding: 2rem;
}
.font_p_Dual{
}
}
}