Skip to content

Commit a8a85f3

Browse files
committed
api-wording - Sizing
1 parent 36804c0 commit a8a85f3

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

api/public/sample.php

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -184,13 +184,15 @@ function toggleAnswer(button) {
184184
</div>
185185
</div>
186186
</div>
187-
<hr />
188-
<p style="font-size: 0.875em;color:gray;">
189-
The STACK source code, including this API, is Licensed under the GNU General Public, License Version 3.
190-
Documentation, sample questions and materials, are licensed under Creative Commons Attribution-ShareAlike 4.0 International.
191-
See the <a href="https://docs.stack-assessment.org/en/About/License/">STACK licence</a> page for full details.
192-
</p>
193-
<? readfile(__DIR__ . '/stackfooter.html') ?>
187+
<div class="col-lg-9">
188+
<hr />
189+
<p style="font-size: 0.875em;color:gray;">
190+
The STACK source code, including this API, is Licensed under the GNU General Public, License Version 3.
191+
Documentation, sample questions and materials, are licensed under Creative Commons Attribution-ShareAlike 4.0 International.
192+
See the <a href="https://docs.stack-assessment.org/en/About/License/">STACK licence</a> page for full details.
193+
</p>
194+
<? readfile(__DIR__ . '/stackfooter.html') ?>
195+
</div>
194196
</div>
195197
</div>
196198
<br>

0 commit comments

Comments
 (0)