diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..1fc952a --- /dev/null +++ b/README.MD @@ -0,0 +1,2 @@ +#Route 8 Cameras +A dynamic display of ODOT cameras along OH-8. \ No newline at end of file diff --git a/README.txt b/README.txt deleted file mode 100644 index 6a157f9..0000000 --- a/README.txt +++ /dev/null @@ -1 +0,0 @@ -A dynamic display of ODOT cameras along OH-8. \ No newline at end of file diff --git a/index.html b/index.html index cfd43dc..77e3ec3 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,6 @@ display: grid; grid-template-columns: auto; grid-gap: 2px 2px; - /* height: 90vh; */ } @media only screen and (min-width: 640px){ /* Two columns for tablets */ .grid-container {