Skip to content

Commit 313b17e

Browse files
authored
Merge pull request #300 from vishanurag/gh-pages
Made the help page responsive.
2 parents ce72303 + 13b5644 commit 313b17e

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

styles/help.css

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
font-family: "Poppins", sans-serif;
66
flex-direction: column;
77
align-items: center;
8+
max-width: 100vw !important;
89
}
910

1011
.content-block {
@@ -183,6 +184,41 @@ body.dark-mode .step-box{
183184
}
184185

185186
@media only screen and (max-width:700px){
187+
.content-block {
188+
width: 100vw !important;
189+
overflow-x: hidden;
190+
}
191+
.text-section h3 {
192+
font-size: 1.5rem;
193+
max-width: 40%;
194+
transform: translateX(80%);
195+
}
196+
.text-section p {
197+
font-size: 1rem;
198+
max-width: 40%;
199+
transform: translateX(80%);
200+
}
201+
.steps-indicator .step-box {
202+
transform: translateX(-300%) !important;
203+
}
204+
.steps-indicator .step-dot {
205+
transform: translateX(-1200%) !important;
206+
}
207+
.steps-indicator .step-line {
208+
transform: translateX(-5800%) !important;
209+
}
210+
211+
.step-block {
212+
max-width: 100vw !important;
213+
overflow-x: hidden !important;
214+
}
215+
.img-block img {
216+
max-width: 100vw !important;
217+
/* background-color: red; */
218+
}
219+
.content-wrap {
220+
width: 100% !important;
221+
}
186222
.step-block{
187223
flex-direction: column;
188224
}

0 commit comments

Comments
 (0)