Skip to content

Commit

Permalink
fix: adjust Width to screen size
Browse files Browse the repository at this point in the history
  • Loading branch information
Keshav-writes-code committed Sep 20, 2024
1 parent f2e4459 commit 7d87b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import NN_IOgraph from '../components/NN_comps/NN_IOgraph.svelte';
<h1 class="text-3xl">Neural Network</h1>
</div>

<div class="w-full max-w-90vw">
<div class="w-full 2xl:max-w-[1530px] max-w-90vw">
<NN_specs client:visible/>
<NN_layers client:visible/>
</div>
Expand Down

0 comments on commit 7d87b2b

Please sign in to comment.