diff --git a/geo.js b/geo.js
index d4dff57..e607a21 100644
--- a/geo.js
+++ b/geo.js
@@ -324,7 +324,7 @@ let windowSize = [3840, 2160]; // 4K
let sourceLine;
{
- let RFSource1a = new beamRectElement([windowSize[0]*0.9, windowSize[1]*0.9], 0, 40, 100, color.RFsourcce);
+ let RFSource1a = new beamRectElement([windowSize[0]*0.9, windowSize[1]*0.95], 0, 40, 100, color.RFsourcce);
let RFSource1b = new beamRectElement(RFSource1a.exitPos, 0, 40, 20, color.RFsourcce);
let s0 = new beamSpliter(RFSource1b.GetExitPos(120), 80, Math.PI, color.Dipole);
diff --git a/index.html b/index.html
index 4ef1cf0..dda72fe 100644
--- a/index.html
+++ b/index.html
@@ -13,10 +13,10 @@
#iframe1{
position:absolute;
- top : 60%;
+ top : 55%;
left : 10%;
width: 60%;
- height: 35%;
+ height: 40%;
z-index:1000;
border: 1px solid green;
}
@@ -67,7 +67,7 @@
color: white;
position:absolute;
font-size: 15px;
- bottom : 9.6%;
+ bottom : 5%;
right : 10%;
z-index:1001;
}
@@ -76,7 +76,7 @@
color: black;
position:absolute;
font-size: 15px;
- bottom : 19%;
+ bottom : 14%;
right : 10.1%;
z-index:1001;
}
@@ -85,7 +85,7 @@
color: white;
position:absolute;
font-size: 15px;
- bottom : 35%;
+ bottom : 30%;
right : 10%;
z-index:1001;
}
@@ -133,7 +133,7 @@
-
+