File tree Expand file tree Collapse file tree 3 files changed +0
-29
lines changed Expand file tree Collapse file tree 3 files changed +0
-29
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import styles from '@/styles/powered.module.css';
33import drawnDownAbyss1 from '@/assets/drawn-down-abyss-1.png' ;
44import froggo1 from '@/assets/froggo-swing-n-grapple-1.png' ;
55import resync1 from '@/assets/resync-1.png' ;
6- import sixshooter1 from '@/assets/six-shooter-1.png' ;
76import tuxemon1 from '@/assets/tuxemon-1.png' ;
87import PoweredCard from './powered-card' ;
98
@@ -39,12 +38,6 @@ const games = [
3938 image : tuxemon1 . src ,
4039 mainlink : 'https://github.com/Tuxemon/Tuxemon' ,
4140 } ,
42- {
43- name : 'Six Shooter' ,
44- author : 'plasmastarfish' ,
45- image : sixshooter1 . src ,
46- mainlink : 'https://plasmastarfish.itch.io/six-shooter' ,
47- } ,
4841] ;
4942
5043class Powered extends React . Component < any , any > {
Original file line number Diff line number Diff line change 2828 font-size : 3rem ;
2929 font-weight : 700 ;
3030}
31-
32- .showcasecontainer {
33- font-size : 1rem ;
34- font-weight : 400 ;
35- }
36-
37- .showcaseimage {
38- width : 750px ;
39- height : 600px ;
40- border-radius : 10px ;
41- background-image : url(../ assets/six-shooter-1.png);
42- background-position : center center;
43- background-color : aliceblue;
44- background-repeat : no-repeat;
45- background-size : cover;
46- }
47-
48- @media only screen and (max-width : 1500px ) {
49- .showcasecontainer {
50- display : none;
51- }
52- }
You can’t perform that action at this time.
0 commit comments