diff options
| author | Ariel Costas <94913521+arielcostas@users.noreply.github.com> | 2023-12-17 00:59:37 +0100 |
|---|---|---|
| committer | Ariel Costas <94913521+arielcostas@users.noreply.github.com> | 2023-12-17 00:59:37 +0100 |
| commit | 20df8b3e7804e0eac5a859098b95a71d4ee4aae2 (patch) | |
| tree | 8e13a814f13fe89b9c66df757872b31d9fa6599d /assets/css/partials/footer.scss | |
| parent | 8631febdf7c47d1da18c2bc362ab88638326258b (diff) | |
Add social links to footer and more info
Diffstat (limited to 'assets/css/partials/footer.scss')
| -rw-r--r-- | assets/css/partials/footer.scss | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/assets/css/partials/footer.scss b/assets/css/partials/footer.scss index 6affeac..8073bcc 100644 --- a/assets/css/partials/footer.scss +++ b/assets/css/partials/footer.scss @@ -4,7 +4,20 @@ footer { 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 |
