put gap between columns

This commit is contained in:
Rhiannon Morris 2020-07-22 01:49:05 +02:00
parent 1abff15a42
commit b44fd97029
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ header h1::after {
margin: 0;
padding: 0;
grid-template-columns: 50% 50%;
grid-gap: 1em 0;
align-items: center;
justify-content: center;