diff --git a/wap/raycast/src/index.html b/wap/raycast/src/index.html
index 31a55dd..ca291e7 100644
--- a/wap/raycast/src/index.html
+++ b/wap/raycast/src/index.html
@@ -114,10 +114,12 @@
.notopborder {
border-top: none;
+
}
.nobottomborder {
border-bottom: none;
+
}
.noleftborder {
@@ -168,6 +170,7 @@
.wall {
background-color: #4f4f4f;
+ transform: scale(1.1);
}
.observer {
@@ -220,6 +223,7 @@