first commit
This commit is contained in:
@@ -0,0 +1,76 @@
|
||||
.osPlusSoftware {
|
||||
position: relative;
|
||||
padding-top: 10rem;
|
||||
.osContianer{
|
||||
position: absolute;
|
||||
top: 5rem;
|
||||
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
|
||||
.osContianer_des_font{
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media (max-width:1200px) {
|
||||
.osPlusSoftware {
|
||||
position: relative;
|
||||
|
||||
.osContianer{
|
||||
|
||||
}
|
||||
|
||||
.osContianerHeading{
|
||||
>h1{
|
||||
font-size: 5rem;
|
||||
}
|
||||
}
|
||||
|
||||
.osContianer_des_font{
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media (max-width:1000px){
|
||||
.osPlusSoftware{
|
||||
padding-top: 1rem;
|
||||
.osContianer{
|
||||
top: 1rem;
|
||||
}
|
||||
.osContianerHeading{
|
||||
>h1{
|
||||
font-size: 2rem;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.osContianer_des_font{
|
||||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width:768px){
|
||||
.osPlusSoftware{
|
||||
.osContianer{
|
||||
top: -1rem;
|
||||
}
|
||||
|
||||
.osContianerHeading{
|
||||
>h1{
|
||||
font-size: 2rem;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.osContianer_des_font{
|
||||
font-size: 0.7rem;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user