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,46 @@
.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;
}
}
}