diff --git a/views/verifier/detailed-presentation.pug b/views/verifier/detailed-presentation.pug index 2d2ac5d..f85ce95 100644 --- a/views/verifier/detailed-presentation.pug +++ b/views/verifier/detailed-presentation.pug @@ -5,7 +5,7 @@ block layout-content .container2 .centered-layout h1 Detailed Presentation - .inline-box-container(style="display: flex; gap:30px; flex-direction: row; flex-wrap: wrap;") + .inline-box-container(style="display: flex; gap:30px; flex-direction: row; flex-wrap: wrap;justify-content: center;") // Iterate over each credential and display an inline box with dynamic background color and text color each credential, index in credentialPayloads - const branding = credential.credentialBranding || { backgroundColor: 'red', textColor: 'black' }