diff --git a/commit b/commit index 03e62b2..affdbe3 100755 --- a/commit +++ b/commit @@ -1,3 +1,3 @@ git add * -git commit -m "$1" +git commit -m "$*" git push \ No newline at end of file diff --git a/sitefiles/sig.css b/sitefiles/sig.css index c7662e2..169811b 100644 --- a/sitefiles/sig.css +++ b/sitefiles/sig.css @@ -97,7 +97,7 @@ body{ .contentBody .contentWrapper .content .unexpanded{ position:absolute; bottom:0px; - min-width:98vw; + min-width:98vw; /*Add a comment here.*/ text-align:center; font-size:1.75em; background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(15,15,15,1.0) 100%);