From a4edbbba71857bd7c2b01b2d4bc9dd0f313fefaa Mon Sep 17 00:00:00 2001 From: Hideaki Tanabe Date: Thu, 2 Jul 2020 22:55:14 +0900 Subject: [PATCH] Add deploy script and mofidy footer margin --- deploy.sh | 3 +++ public/css/style.css | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100755 deploy.sh 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;