first commit
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user