Skip to content

Commit 0547b02

Browse files
committed
sign up form fix
1 parent 06c18ee commit 0547b02

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

app/assets/stylesheets/custom.css.scss

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ textarea {
1717
resize: vertical;
1818
}
1919

20-
.panel-narrow {
21-
width: 75%;
22-
}
23-
2420
.center {
2521
text-align: center;
2622
h1 {
@@ -209,6 +205,10 @@ aside {
209205
font-size: 1.3em;
210206
}
211207

208+
.panel-narrow {
209+
width: 75%;
210+
}
211+
212212
.intro {
213213
h1 {
214214
margin-top: 100px;
@@ -257,6 +257,10 @@ aside {
257257
list-style-type: none;
258258
}
259259

260+
.panel-narrow {
261+
width: 100%;
262+
}
263+
260264
.intro {
261265
h2 {
262266
color: #e6e6e6;
@@ -276,6 +280,10 @@ aside {
276280
list-style-type: none;
277281
}
278282

283+
.panel-narrow {
284+
width: 100%;
285+
}
286+
279287
.intro {
280288
h1 {
281289
margin-top: 70px;
@@ -298,6 +306,10 @@ aside {
298306
display: none;
299307
}
300308

309+
.panel-narrow {
310+
width: 100%;
311+
}
312+
301313
h3 {
302314
font-size: 20px;
303315
}
@@ -343,6 +355,11 @@ div.scrollable {
343355
.text-responsive {
344356
font-size:90%;
345357
}
358+
359+
.panel-narrow {
360+
width: 100%;
361+
}
362+
346363
.mobile-section {
347364
display: none;
348365
}

0 commit comments

Comments
 (0)