CHORE: Updated tests to better check env vars

This commit is contained in:
2024-01-30 19:30:02 +00:00
parent faad412809
commit 077ae93d89
4 changed files with 13 additions and 7 deletions

View File

@ -53,12 +53,12 @@
.product-fs {
height: 80%;
width: 80%;
width: 90%;
font-size: 150%;
display: flex;
flex-direction: row;
justify-content: space-between;
gap: 1em 1em;
justify-content: space-evenly;
padding: .5rem 1rem 2rem 2rem;
/* background: var(--bg-secondary); */
border-radius: .5rem .5rem;