File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ label {
3737img {
3838 max-width : 100%
3939}
40- input : focus {
40+ input : focus , textarea : focus {
4141 outline : 0
4242}
4343.container {
@@ -446,6 +446,9 @@ ion {
446446 .col-m-100 {
447447 width : 100%
448448 }
449+ .offset-m-none {
450+ margin-left : 0
451+ }
449452}
450453@media only screen and (max-width : 992px ) {
451454 .container , .container-p {
@@ -535,6 +538,9 @@ ion {
535538 .col-s-100 {
536539 width : 100%
537540 }
541+ .offset-s-none {
542+ margin-left : 0
543+ }
538544}
539545@media only screen and (max-width : 768px ) {
540546 .container , .container-p {
@@ -624,6 +630,9 @@ ion {
624630 .col-xs-100 {
625631 width : 100%
626632 }
633+ .offset-xs-none {
634+ margin-left : 0
635+ }
627636}
628637@media only screen and (min-width : 1200px ) {
629638 .container , .container-p {
You can’t perform that action at this time.
0 commit comments