diff options
| author | Ariel Costas <94913521+arielcostas@users.noreply.github.com> | 2024-01-27 00:00:35 +0100 |
|---|---|---|
| committer | Ariel Costas <94913521+arielcostas@users.noreply.github.com> | 2024-01-27 00:00:35 +0100 |
| commit | 0a5e42c64a0657fdd52a3714996a079ff20fe3d3 (patch) | |
| tree | 20a583db61dba11ca730441e325cea53cc2acec6 /assets/css/partials/footer.scss | |
| parent | 229beec4f2e88d30be701c46529c24e56e57ca59 (diff) | |
Update styles for header and footer
Diffstat (limited to 'assets/css/partials/footer.scss')
| -rw-r--r-- | assets/css/partials/footer.scss | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/assets/css/partials/footer.scss b/assets/css/partials/footer.scss index 8073bcc..60ad7a6 100644 --- a/assets/css/partials/footer.scss +++ b/assets/css/partials/footer.scss @@ -1,23 +1,12 @@ footer { background-color: #333; color: white; + text-align: center; padding: 0.5rem 1rem; - display: flex; - align-items: center; - justify-content: space-between; a { color: var(--accent-7); } - - div { - display: flex; - gap: 1rem; - - font-size: 1.125rem; - - font-family: var(--font-mono); - } }
\ No newline at end of file |
