diff --git a/public/index.css b/public/index.css index d3302d1..8b6d905 100644 --- a/public/index.css +++ b/public/index.css @@ -74,13 +74,20 @@ body { } footer { + margin: 0 5vw; margin-top: auto; - width: 93%; - align-self: center; - height: 80px; + display: flex; + flex-direction: column; + line-height: 30px; + margin-bottom: 20px; +} + +footer > div { display: flex; justify-content: left; align-items: center; + flex-wrap: wrap; + margin-bottom: 15px; } footer a, diff --git a/public/index.html b/public/index.html index 2e6c754..b6f133d 100644 --- a/public/index.html +++ b/public/index.html @@ -90,31 +90,30 @@