diff options
Diffstat (limited to '')
-rw-r--r-- | assets/footer.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/assets/footer.css b/assets/footer.css index 137e791..e27317c 100644 --- a/assets/footer.css +++ b/assets/footer.css @@ -1,8 +1,10 @@ footer { background-color: #30638e; + padding: 10px; +} +footer p { color: lightgray; text-align: center; - padding: 10px; } footer a { color: lightgray; |