adjusted footer formatting

This commit is contained in:
Joshua Perry 2022-04-14 17:50:09 +01:00
parent 83f1fe468a
commit 7793a663fc
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ footer {
background-color: rgba(255, 255, 255, 60%); background-color: rgba(255, 255, 255, 60%);
grid-area: footer; grid-area: footer;
display: grid; display: grid;
grid-template-columns: 15% 10% 10% 10% 10% 10%; grid-template-columns: 15% 5% 8% 7% 6% 4%;
} }
footer > a { footer > a {