diff options
Diffstat (limited to 'web/src/css/footer.less')
-rw-r--r-- | web/src/css/footer.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/src/css/footer.less b/web/src/css/footer.less index 69ab62ce..be7a1d76 100644 --- a/web/src/css/footer.less +++ b/web/src/css/footer.less @@ -1,4 +1,4 @@ footer { - padding: 0 10px; - //text-align: center; + box-shadow: 0 -1px 3px lightgray; + padding: 0px 10px 3px; }
\ No newline at end of file |