diff --git a/brutal.css b/brutal.css index 85d78d6..ffb360b 100644 --- a/brutal.css +++ b/brutal.css @@ -73,7 +73,13 @@ section ul > li { #code > h2 { text-decoration-color: var(--blue); } #spec > h2 { text-decoration-color: var(--red); } footer { + display: flex; border: var(--brutal-border); + align-items: center; +} +footer p { + margin-top: 0; + margin-bottom: 0; } @media only screen and (max-width:800px) { diff --git a/index.html b/index.html index 37102df..27552d1 100644 --- a/index.html +++ b/index.html @@ -157,6 +157,9 @@