diff --git a/index.html b/index.html
index 3f7d7f8..277f642 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
-
+
My Website
diff --git a/style.css b/style.css
index 539041c..53bfcc7 100644
--- a/style.css
+++ b/style.css
@@ -9,6 +9,7 @@ body {
background-color: black;
color: white;
margin: 0px;
+ overflow: hidden;
}
.recordingNo{
@@ -96,7 +97,7 @@ background-color: white;
}
-/* @media (max-width: 1200px) {
+@media (max-width: 1200px) {
.UIbody{
@@ -112,4 +113,4 @@ background-color: white;
border: 1px solid gray;
}
- } */
\ No newline at end of file
+ }
\ No newline at end of file