diff --git a/index.html b/index.html
index 277f642..3f7d7f8 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
-
+
My Website
diff --git a/style.css b/style.css
index 0a198e7..009e618 100644
--- a/style.css
+++ b/style.css
@@ -8,6 +8,7 @@
body {
background-color: black;
color: white;
+ margin: 0px;
}
.recordingNo{
@@ -92,4 +93,24 @@ button {
.active {
color: black;
background-color: white;
-}
\ No newline at end of file
+}
+
+
+@media (max-width: 800px) {
+
+ .UIbody{
+
+ width: 100%;
+ height: 100%;
+
+ }
+
+ .topBar {
+ /* font-family: SW; */
+ width: 320px;
+ height: 44px;
+ margin-top: 10px;
+ border: 1px solid gray;
+ }
+
+ }
\ No newline at end of file