fix: [code-886]: fix ui issues

jobatzil/rename
calvin 2023-09-18 00:19:42 -06:00
parent 67224dc74f
commit 605d95032a
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,4 @@
# OPA_GOVERNANCE_API_URL=https://qa.harness.io/gateway/pm
STANDALONE=true
PORT=3020
API_URL=http://localhost:3000

View File

@ -4,7 +4,7 @@
--max-width: 35%;
display: grid;
grid-template-columns: minmax(var(--min-width), var(--max-width)) auto;
grid-template-columns: 60% 40%;
grid-template-rows: 100vh;
.cardColumn {
@ -13,9 +13,9 @@
}
.card {
padding: 250px 220px;
padding: 250px 128px;
overflow-x: hidden !important;
width: var(--min-width);
// width: var(--min-width);
margin: 0 auto;
height: 100%;
@ -49,7 +49,7 @@
padding: 10% 25%;
}
.gitnessContainer {
padding: 9% 20%;
padding: 6% 22%;
}
.overlayImage {