diff --git a/index.html b/index.html index a107f57..bd9e5c8 100755 --- a/index.html +++ b/index.html @@ -20,9 +20,7 @@
Disconnected
- +
robot name diff --git a/logo.png b/logo.png index 6683e30..d143fcb 100644 Binary files a/logo.png and b/logo.png differ diff --git a/logo.svg b/logo.svg deleted file mode 100644 index fe930aa..0000000 --- a/logo.svg +++ /dev/null @@ -1,15 +0,0 @@ - - -{RoboKoding} diff --git a/styles.css b/styles.css index 340f83a..97398d5 100755 --- a/styles.css +++ b/styles.css @@ -82,8 +82,9 @@ div#stream { /* for desktop screen */ @media screen and (min-width: 1000px) { /* logo object */ - object.logo { - width: 45%; + img.logo { + width: 25%; + padding: 1vw; } /* control panel robot name input */ div.input-group { @@ -129,8 +130,9 @@ div#stream { /* for mobile and tablet screen */ @media screen and (max-width: 1000px) { /* logo object */ - object.logo { - width: 70%; + img.logo { + width: 25%; + padding: 1vw; } /* control panel robot name input */ div.input-group {