Skip to content

Commit

Permalink
website: tweak use-cases image. (#2127)
Browse files Browse the repository at this point in the history
  • Loading branch information
thruflo authored Dec 9, 2024
1 parent 7c1e4e0 commit 1a7106f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions website/src/components/UseCaseHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ const { frontmatter } = useData()

<style scoped>
.use-case-illustration {
width: 50vw;
max-width: 320px;
min-width: 180px;
width: calc(100px + 50vw);
max-width: 420px;
min-width: 240px;
margin-top: -20px !important;
margin-left: -24px !important;
}
Expand Down
2 changes: 1 addition & 1 deletion website/use-cases/cloud-costs.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Cloud costs"
title: "Cloud cost reduction"
description: >-
Take the query workload off your database and the
compute workload off your cloud.
Expand Down

0 comments on commit 1a7106f

Please sign in to comment.