Skip to content
This repository was archived by the owner on Aug 15, 2022. It is now read-only.

Commit d606027

Browse files
andrewjcasalsinan
authored andcommitted
line changes and spacing
1 parent e318035 commit d606027

1 file changed

Lines changed: 24 additions & 2 deletions

File tree

docs/_css/home/use-cases.scss

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@
7676
}
7777
}
7878

79+
@media (min-width: 1030px) {
80+
.Homepage-use-cases {
81+
.cases-title:before, .cases-title:after{
82+
width: 39%;
83+
}
84+
}
85+
}
86+
7987
@media (max-width: 880px) {
8088
.Homepage-use-cases {
8189
padding-top: 94px;
@@ -95,7 +103,6 @@
95103
width: 30%;
96104
}
97105
.cases {
98-
margin-top: 54px;
99106
flex-wrap: wrap;
100107
> div {
101108
width: 45%;
@@ -113,7 +120,7 @@
113120
@media (max-width: 660px) {
114121
.Homepage-use-cases {
115122
.cases-title:before, .cases-title:after{
116-
display: none;
123+
width: 27%;
117124
}
118125
.cases {
119126
justify-content: center;
@@ -125,5 +132,20 @@
125132
}
126133
}
127134
}
135+
}
128136

137+
@media (max-width: 550px) {
138+
.Homepage-use-cases .cases-title{
139+
&:before, &:after{
140+
width: 22%;
141+
}
142+
}
143+
}
144+
145+
@media (max-width: 450px) {
146+
.Homepage-use-cases .cases-title{
147+
&:before, &:after{
148+
width: 14%;
149+
}
150+
}
129151
}

0 commit comments

Comments
 (0)