diff options
Diffstat (limited to 'src/style.css')
| -rw-r--r-- | src/style.css | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/src/style.css b/src/style.css index 11ecba4..98d3fda 100644 --- a/src/style.css +++ b/src/style.css @@ -88,13 +88,24 @@ footer { #menu { a { + display: flex; + color: white; + align-items: center; + justify-content: center; + text-decoration: none; width: 100%; - padding: 12px; - svg { height: 24px } + gap: 1rem; + svg { height: 24px; width: 24px } + span { + font-size: .875rem; + line-height: 1.25rem; + font-weight: 500; + } } display: flex; width: 100%; - padding: 16px; + padding: 1rem; + gap: 2ex; box-sizing: border-box; border-top: 1px solid rgb(55, 65, 81); } |
