Skip to content

Commit

Permalink
NOJIRA | Alignment. | [Ray]
Browse files Browse the repository at this point in the history
  • Loading branch information
RaycatWhoDat authored Jun 9, 2024
1 parent 1d25e9d commit 1c33039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,11 @@
const now = Date.now();

const preambleElem = document.createElement('div');
preambleElem.classList.add('avenir', 'lh-copy', 'ph4', 'pv2', 'bg-light-gray', 'tc', 'flex-column', 'justify-center', 'items-center', 'i');
preambleElem.classList.add('avenir', 'lh-copy', 'ph4', 'pv2', 'bg-light-gray', 'tc', 'flex', 'justify-center', 'items-center', 'i');
preambleElem.style.height = ITEM_HEIGHT;

const preambleTextElem = document.createElement('p');
preambleTextElem.textContent = `Sometimes, you look at a game for a few seconds and you just know, man.`;
preambleTextElem.textContent = `"Sometimes, you look at a game for a few seconds and you just know, man."`;

preambleElem.appendChild(preambleTextElem);
allGames.appendChild(preambleElem);
Expand Down

0 comments on commit 1c33039

Please sign in to comment.