Skip to content

Commit 028035c

Browse files
committed
Fixed gamezone title
1 parent 3809141 commit 028035c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

assets/css/style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -2608,8 +2608,8 @@ textarea.form-input::-webkit-resizer {
26082608
/* GameZone heading **/
26092609
.heading {
26102610
margin-top: -2%;
2611-
/* font: 5.5vw/1 Permanent Marker; */
2612-
font-family: gamezone;
2611+
font: 5.5vw/1 Permanent Marker;
2612+
/* font-family: gamezone; */
26132613
font-size: 5.5vw;
26142614
display: flex;
26152615
align-items: center;

assets/js/index.js

-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ const generateLiTags = (gamesData) => {
1414
<figure class="project-img">
1515
<div class="project-item-icon-box">
1616
<img id="joystick" src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Activities/Video%20Game.png" alt="Eye" width="3" />
17-
<p class="gameTitle">${gameTitle}</p>
18-
<p class="gameTitle">${gameTitle}</p>
1917
</div>
2018
<img src="./assets/images/${thumbnailUrl}" alt="${gameTitle}" loading="lazy">
2119
</figure>

0 commit comments

Comments
 (0)