diff --git a/public/css/style.css b/public/css/style.css index d669853..3caebe1 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -169,8 +169,8 @@ table tbody td:nth-child(1) { background: #fff; padding: 1.5rem; border-radius: 8px; - max-width: 75vw; min-width: 30vw; + max-width: 75vw; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); position: relative; } @@ -189,3 +189,9 @@ table tbody td:nth-child(1) { .modal-container h2 { margin-top: 0; } + +.json-schemas { + display: flex; + flex-direction: column; + gap: .5em; +} diff --git a/public/index.html b/public/index.html index 4b433fd..9187b58 100644 --- a/public/index.html +++ b/public/index.html @@ -144,10 +144,63 @@