From 55bd60758d75d6751c0e0975ca851cd47a6256b5 Mon Sep 17 00:00:00 2001 From: Eric Fawcett Date: Fri, 10 Apr 2020 17:18:11 -0400 Subject: [PATCH] rename readme file --- README.MD | 2 ++ README.txt | 1 - index.html | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 README.MD delete mode 100644 README.txt 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 {