Skip to content

Commit

Permalink
fixup! chore: add images
Browse files Browse the repository at this point in the history
  • Loading branch information
abtx committed Aug 23, 2023
1 parent 5ca3538 commit 44432f7
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 24 deletions.
23 changes: 10 additions & 13 deletions src/components/GlossaryTermPage/Cta.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,26 +26,23 @@
border-radius: 8px;
}

.glossary-cta__text-wrapper p {
margin: 0;
font-weight: 700;
h3.glossary-cta__header {
margin-bottom: .5rem;
font-size: 1.875rem;
font-weight: 900;
}

.glossary-cta__header,
.glossary-cta__text {
color: var(--header-color);
margin: 0;
font-weight: 400;
font-size: larger;
line-height: 1.4;
}

.glossary-cta__header {
font-size: 1.875rem;
font-weight: 900;
flex: 1;
border-radius: 8px;
}

h3.glossary-cta__header,
.glossary-cta__text {
font-size: 1rem;
line-height: 1.4;
color: var(--header-color);
}

@media screen and (max-width: 769px) {
Expand Down
6 changes: 3 additions & 3 deletions src/components/GlossaryTermPage/Cta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ const Cta = () => (
<div className="glossary-cta">
<div className="glossary-cta__wrapper">
<div className="glossary-cta__text-wrapper">
<p className="glossary-cta__header">Shifting FinOps Left 👈</p>
<h3 className="glossary-cta__header">Shifting FinOps Left 👈</h3>
<p className="glossary-cta__text">
Optimize Your Cloud Spending with Strategic Financial Management – Join the FinOps
Revolution!
Put cloud costs in engineering workflows, and see the cost of upcoming code changes{' '}
<b>before resources are launched</b>.
</p>
</div>
<a href="https://dashboard.infracost.io/" className="button medium flat primary">
Expand Down
2 changes: 1 addition & 1 deletion src/components/GlossaryTermPage/GlossaryTermPage.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
}

.glossary-term__aside-def svg {
margin-bottom: 1px;
margin-bottom: 2px;
}

.glossary-term__definition {
Expand Down
14 changes: 7 additions & 7 deletions static/img/glossary/background.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 44432f7

Please sign in to comment.