We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33dccf7 commit 3e050a0Copy full SHA for 3e050a0
src/components/hero.tsx
@@ -10,7 +10,10 @@ export default function Hero() {
10
</u>{' '}
11
Python
12
</p>
13
- <p className={styles.frameworkgradient}>game library</p>
+ <div style={{ display: 'flex' }}>
14
+ <p className={styles.frameworkgradient}>game library</p>
15
+ <p> used</p>
16
+ </div>
17
<p>to build powerful games</p>
18
<div className={styles.pipinstallcontainer}>
19
<p className={styles.pipinstall}>$ pip install pygame-ce</p>
0 commit comments