@@ -79,7 +79,8 @@ <h4 id="quiz-subheading">
7979 </ div >
8080 </ fieldset >
8181
82- < button class ="usa-button " type ="button " id ="start " onclick ="determineExemptions(event) "> Submit</ button >
82+ < button class ="usa-button margin-top-2 " type ="button " id ="start "
83+ onclick ="determineExemptions(event) "> Submit</ button >
8384 </ div >
8485 </ div >
8586 < div class ="results " style ="display: none; ">
@@ -94,7 +95,7 @@ <h4 id="quiz-subheading">
9495 < div class ="exemptions-header ">
9596 < div class ="step-header ">
9697 < div class ="step-number "> 1b</ div >
97- < h3 > Is my project exempted from the SHARE IT Act?</ h3 >
98+ < h2 > Is my project exempted from the SHARE IT Act?</ h2 >
9899 </ div >
99100 </ div >
100101 < div id ="exemptions-quiz-container " class ="exemptions-quiz-container ">
@@ -163,13 +164,13 @@ <h4 id="quiz-subheading">
163164 < label class ="usa-checkbox__label " for ="share-it-act-check-none "> None of the above </ label >
164165 </ div >
165166 </ fieldset >
166- < button class ="usa-button " type ="button " id ="share-it-act "
167+ < button class ="usa-button margin-top-2 " type ="button " id ="share-it-act "
167168 onclick ="determineExemptions(event) "> Submit</ button >
168169 </ div >
169170 </ div >
170171 < div class ="results " style ="display: none; ">
171172 < div class ="results-container ">
172- < p class ="exemption-result "> Your project </ p >
173+ < div class ="exemption-result "> </ div >
173174 </ div >
174175 < button class ="usa-button " id ="share-it-act " onclick ="handleClick(event) "> Next</ button >
175176 </ div >
@@ -179,7 +180,7 @@ <h4 id="quiz-subheading">
179180 < div class ="exemptions-header ">
180181 < div class ="step-header ">
181182 < div class ="step-number "> 1c</ div >
182- < h3 > Is my project exempted from M-16-21?</ h3 >
183+ < h2 > Is my project exempted from M-16-21?</ h2 >
183184 </ div >
184185 </ div >
185186 < div class ="exemptions-quiz-container ">
@@ -232,15 +233,16 @@ <h4 id="quiz-subheading">
232233 < label class ="usa-checkbox__label " for ="m-16-21-check-none "> None of the above </ label >
233234 </ div >
234235 </ fieldset >
235- < button class ="usa-button " type ="button " id ="m-16-21 "
236+ < button class ="usa-button margin-top-2 " type ="button " id ="m-16-21 "
236237 onclick ="determineExemptions(event) "> Submit</ button >
237238 </ div >
238239 </ div >
239240 < div class ="results " style ="display: none; ">
240241 < div class ="results-container ">
241- < p class ="exemption-result "> Your project </ p >
242+ < div class ="exemption-result "> </ div >
242243 </ div >
243- < button class ="usa-button " id ="m-16-21 " onclick ="handleClick(event) "> Try Again</ button >
244+ < button class ="usa-button usa-button--unstyled " id ="m-16-21 " onclick ="handleClick(event) "> Try
245+ Again</ button >
244246 </ div >
245247 </ div >
246248
0 commit comments