Add deploy script and mofidy footer margin

This commit is contained in:
Hideaki Tanabe 2020-07-02 22:55:14 +09:00
parent 1618c935eb
commit a4edbbba71
2 changed files with 3 additions and 2 deletions

3
deploy.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
firebase deploy

View File

@ -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;