fix Show Javascript card layout (#1959)

This commit is contained in:
HardikaZalavadia
2024-09-25 01:03:13 +05:30
committed by GitHub
parent 9b96367496
commit b8115531e2
3 changed files with 8 additions and 4 deletions

View File

@@ -20,7 +20,7 @@
<br><br>
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12 bg-card">
<div class="col-md-6 bg-card">
<div class="tool-header">
<span class="material-symbols-rounded tool-header-icon advance">javascript</span>
<span class="tool-header-text" th:text="#{showJS.header}"></span>
@@ -30,7 +30,7 @@
<br>
<button type="submit" id="submitBtn" class="btn btn-primary" th:text="#{showJS.submit}"></button>
</form>
<div class="container mt-5">
<div class="container mt-4">
<!-- Iterate over each main section in the JSON -->
<div id="script-content">
<!-- JavaScript will populate this section -->