File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -2608,8 +2608,8 @@ textarea.form-input::-webkit-resizer {
2608
2608
/* GameZone heading **/
2609
2609
.heading {
2610
2610
margin-top : -2% ;
2611
- /* font: 5.5vw/1 Permanent Marker; */
2612
- font-family : gamezone;
2611
+ font : 5.5 vw/1 Permanent Marker;
2612
+ /* font-family: gamezone; */
2613
2613
font-size : 5.5vw ;
2614
2614
display : flex;
2615
2615
align-items : center;
Original file line number Diff line number Diff line change @@ -14,8 +14,6 @@ const generateLiTags = (gamesData) => {
14
14
<figure class="project-img">
15
15
<div class="project-item-icon-box">
16
16
<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>
19
17
</div>
20
18
<img src="./assets/images/${ thumbnailUrl } " alt="${ gameTitle } " loading="lazy">
21
19
</figure>
You can’t perform that action at this time.
0 commit comments