Minor improvements to styling the config page

This commit is contained in:
Debanjum Singh Solanky 2024-04-17 22:45:44 +05:30
parent 648f1a5c71
commit 5133b6e73b
2 changed files with 3 additions and 3 deletions

View file

@ -103,7 +103,7 @@
.section-title { .section-title {
margin: 0; margin: 0;
padding: 12px 0 16px 0; padding: 0 0 16px 0;
font-size: 32; font-size: 32;
font-weight: normal; font-weight: normal;
} }
@ -326,7 +326,7 @@
div.api-settings { div.api-settings {
width: 640px; width: 660px;
} }
img.api-key-action:hover { img.api-key-action:hover {

View file

@ -22,7 +22,7 @@
</div> </div>
</div> </div>
</div> </div>
<h2 class="section-title">Content</h2> <h2 class="section-title" style="margin-top: 48px; padding-bottom: 8px;">Content</h2>
<button id="compute-index-size" class="card-button" onclick="getIndexedDataSize()"> <button id="compute-index-size" class="card-button" onclick="getIndexedDataSize()">
Data Usage Data Usage
</button> </button>