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){

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

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

.field-group{
    width: 100%;
}

}


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

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

...