Skip to content

Commit

Permalink
chore(website): update style
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Aug 21, 2024
1 parent 32d603d commit 257ebb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/src/components/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import demoImage from '../../src/assets/binsider-general-tab.png';
<div style="text-align: center;">
<img
src={demoImage.src}
style="margin: 0;"
style="margin: 0; max-width: 100%; height: auto;"
alt="demo"
/>
</div>
Expand Down
4 changes: 2 additions & 2 deletions website/src/styles/custom.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
:root {
--sl-font: "DejaVu Sans";
--sl-color-accent-low: #2e2c2b;
--sl-color-accent: #6a9589;
--sl-color-accent-high: #a0936e;
--sl-color-accent: #7aa89f;
--sl-color-accent-high: #e6c384;
--sl-color-white: #dcd7ba;
--sl-color-gray-1: #e8e6e3;
--sl-color-gray-2: #cfcfcf;
Expand Down

0 comments on commit 257ebb2

Please sign in to comment.