UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 617a22ba authored by Luke Glasscock's avatar Luke Glasscock
Browse files

Add CNAP card fix

parent 11858146
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,10 @@
:width="logoMaxWidth || 125"
/>
<div v-if="svgComponent" style="width:100%" class="mx-auto ma-1">
<component v-bind:is="svgComponent" style="max-width: 125px;" />
<component
v-bind:is="svgComponent"
style="max-width: 125px; margin-bottom: -10px"
/>
</div>
</div>
<h4 class="subhead mt-2 px-2" style="width: 100%">{{ logoCardText }}</h4>
......
......@@ -26,7 +26,7 @@
<v-flex lg2 md3 sm6 xs12>
<LogoCard
:logoSvg="cnapLogo"
logoCardText="Provide access to development, testing and production enclaves"
logoCardText="Provide access to development, testing, and production enclaves"
logoCardUrl="/products/cnap/"
/>
</v-flex>
......
......@@ -3,7 +3,7 @@
<PageHeader
title="Cloud Native Access Point"
subtext
description="CNAP is available on Cloud One to provide access to development, testing and production enclaves at IL-2, IL-4, and IL-5"
description="CNAP is available on Cloud One to provide access to development, testing, and production enclaves at IL-2, IL-4, and IL-5"
:logoSvg="cnapLogo"
/>
<v-container class="px-md-8 px-auto" fluid>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment