Skip to content

Commit cec03a3

Browse files
committed
fix padding around new intro
1 parent 8b363ad commit cec03a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

circuitSolver/modules/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ class Game extends React.Component {
699699
<div className="container-xl" key="topContainer">
700700
<div className="row">
701701
<div className="col">
702-
<p>This free online circuit solver tool can calculate the transfer function of circuits built from resistors, capacitors, inductors and op-amps. The user can quickly explore different topologies and find their Laplace transform</p>
702+
<p className="my-0">This free online circuit solver tool can calculate the transfer function of circuits built from resistors, capacitors, inductors and op-amps. The user can quickly explore different topologies and find their Laplace transform</p>
703703
</div>
704704
</div>
705705
<div className="row shadow-sm rounded bg-lightgreen my-2 py-1" id="schematic">

0 commit comments

Comments
 (0)