Skip to content

Commit 3721abb

Browse files
committed
update styles
update styles
1 parent da762e7 commit 3721abb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/tutorial-basics/configure-a-fluentci-project.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ Or by clicking the "Run" button in the FluentCI Studio.
4949

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

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

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

0 commit comments

Comments
 (0)