put gap between columns
This commit is contained in:
parent
1abff15a42
commit
b44fd97029
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ header h1::after {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
grid-template-columns: 50% 50%;
|
grid-template-columns: 50% 50%;
|
||||||
|
grid-gap: 1em 0;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue