diff options
Diffstat (limited to 'src/partials/Footer.astro')
| -rw-r--r-- | src/partials/Footer.astro | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/partials/Footer.astro b/src/partials/Footer.astro index 0dc9483..9db5a05 100644 --- a/src/partials/Footer.astro +++ b/src/partials/Footer.astro @@ -26,9 +26,14 @@ text-align: center; padding: 0.5rem 1rem; - + a { color: $accentLight; } + + p { + max-width: 82ch; + margin-inline: auto; + } } </style> |
