diff --git a/view-detection.html b/view-detection.html
index 33bbcce..aea93c6 100644
--- a/view-detection.html
+++ b/view-detection.html
@@ -462,7 +462,11 @@
Subcostal/Suprasternal:
.table-container {
display: flex;
justify-content: space-between;
- gap: 20px; /* Space between the tables */
+ gap: 20px;
+ }
+ .table-section {
+ width: 45%;
+ text-align: center;
}
table {
width: 45%;
@@ -478,9 +482,8 @@ Subcostal/Suprasternal:
th {
background-color: #f2f2f2;
}
- .section-title h2 {
+ h2 {
margin: 10px 0;
- text-align: center;
}
@@ -497,6 +500,8 @@ Doppler Views:
+
+
Doppler Views:
| View |
@@ -535,7 +540,10 @@ Doppler Views:
Tissue Doppler of the right ventricular free wall |
+
+
+
PLAX Views:
| View |
@@ -574,6 +582,29 @@ Doppler Views:
Parasternal inflow view including tricuspid valve |
+
+
+
+
Subcostal Views:
+
+
+ | View |
+ Description |
+
+
+ | subcostal-heart |
+ Subcostal window, focused on the heart |
+
+
+ | subcostal-ivc |
+ Subcostal window, focused on the inferior vena canva |
+
+
+ | suprasternal |
+ Suprasternal view |
+
+
+