Skip to content

Instantly share code, notes, and snippets.

@MattSegal
Created April 14, 2019 05:30
Show Gist options
  • Save MattSegal/c5556b647ed80221ef4355bad63a5e84 to your computer and use it in GitHub Desktop.
Save MattSegal/c5556b647ed80221ef4355bad63a5e84 to your computer and use it in GitHub Desktop.
.custom-form, form {
max-width: 800px;
margin: 0 auto;
}
#sub-container {
padding-top: 3rem !important;
}
#left-sidebar {
max-width: 300px;
}
input#PreviousSubmit,
input#NextSubmit {
font-size: 1.5rem;
padding: 0.8rem 5rem;
}
.question,
.question span {
font-size: 2.5rem !important;
}
.hint,
.hint span {
padding: 2rem 2rem 0;
font-size: 2rem !important;
}
.fact {
font-size: 2rem;
}
.fact .vertical-radio {
margin: 4rem 0;
}
.fact .vertical-radio .radio,
.fact .vertical-radio .checkbox {
margin: 2rem 0;
}
.fact .radio label,
.fact .checkbox label {
padding-left: 5rem;
}
footer.scrolls {
display: none !important;
}
input[type=checkbox],
input[type=radio] {
top: 50%;
transform: translate(-50%, -63%);
width: 2rem;
height: 2rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment