diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000..e64cc3e --- /dev/null +++ b/deploy.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +firebase deploy diff --git a/public/css/style.css b/public/css/style.css index a3f6f8d..9aa8f08 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -293,9 +293,7 @@ table#reference td { #footer { clear: both; width: 100%; - height: 50px; padding: 10px; - margin-bottom: 30px; background-color: #444; color: #fff; text-align: center;