From ac7aee0d89de201bce05ab0ba8b95eee5d35d48e Mon Sep 17 00:00:00 2001 From: Tolmachev Igor Date: Wed, 6 Nov 2024 19:29:57 +0300 Subject: Add disclaimer and fill the footer --- style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index d72342a..c129eb4 100644 --- a/style.css +++ b/style.css @@ -62,14 +62,30 @@ footer { background-color: var(--color-surface-container); border-radius: 2em 2em 0 0; + display: grid; + grid-template-columns: 1fr 4fr; + padding: 1.5em; } +footer > * { + margin-right: 1em; +} + +footer > *:last-child { + margin-right: 0; +} + h1, h2 { color: var(--color-primary); } +h4 { + margin: 0; + margin-bottom: 0.5em; +} + b { color: var(--color-secondary); } -- cgit v1.2.3