Skip to content

Commit

Permalink
update styles
Browse files Browse the repository at this point in the history
update styles
  • Loading branch information
tsirysndr committed Jul 29, 2024
1 parent da762e7 commit 3721abb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/tutorial-basics/configure-a-fluentci-project.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ Or by clicking the "Run" button in the FluentCI Studio.

import Studio from "./screenshots/studio.png";

<img src={Studio} alt="fluentci studio" />
<div style={{ border: "1px solid rgba(255, 255, 255, 0.2)", marginBottom: 30 }}>
<img src={Studio} alt="fluentci studio" />
</div>

This will build the project and serve the output using the Bunx server.
Note that you don't need to pre-install any dependencies, as FluentCI will automatically install them for you.

0 comments on commit 3721abb

Please sign in to comment.