From 1c33039583b6fa7bfda298568b044cd32fe82c7a Mon Sep 17 00:00:00 2001 From: "Ray M. Perry" <625619+RayMPerry@users.noreply.github.com> Date: Sun, 9 Jun 2024 09:37:50 -0500 Subject: [PATCH] NOJIRA | Alignment. | [Ray] --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 4348116..f837e87 100644 --- a/index.html +++ b/index.html @@ -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);