x x x
x
Only portrait mode is currently supported - please rotate your device.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTML
<style>
@media only screen and (max-width: 580px){

.field-group input{
		padding: 0 10px!important;
	}

#main-content .field-group.compact-form-buttons{
	margin: 30px 0!important;
}

.description-container{
    padding: 20px 0!important;
}

#checkbox{
    margin-right: 20px!important;
}

div.formContainer{
    width: 100%!important;
}
.description-container{
    padding: 0 20px!important;
}

form[name='signupform']{
    padding: 0!important;
    width: 100%!important;
}

.field-group{
    width: 100%!important;
	margin: 10px 0!important;
}

div.bigImageContainer{
    display: none!important;
}

}


.checkbox,.conditions{
	height: fit-content!important;
}

.conditions{
	margin: 10px 0!important;
}
</style>

...