We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62a927d commit c8fbc7cCopy full SHA for c8fbc7c
src/simulations/double_slit_diffraction.md
@@ -4,9 +4,8 @@ Maxima Condition: $d \sin(\theta) = n \lambda$
4
5
Number of Fringes in the Central Maximum of the Diffraction Envelope: $2 \left\lfloor \frac{d}{b} \right\rfloor + 1$
6
7
-<div style="display: flex; flex-direction: row; align-items: flex-start; gap: 20px;">
+<div style="display: flex; flex-direction: row; align-items: stretch; gap: 20px;">
8
<canvas id="doubleSlit" width="700" height="400"></canvas>
9
-
10
<canvas id="screen-view" width="100" height="400" style="border-left: 2px solid #ccc; background: black;"></canvas>
11
</div>
12
0 commit comments