lowered the fontsize
Browse files
Remotion-app/src/HelloWorld/TextStream.jsx
CHANGED
|
@@ -18,7 +18,7 @@ const codeStyle = (index) => {
|
|
| 18 |
|
| 19 |
const subtitle = {
|
| 20 |
fontFamily: FONT_FAMILY,
|
| 21 |
-
fontSize:
|
| 22 |
textAlign: 'center',
|
| 23 |
display: 'absolute',
|
| 24 |
bottom: 140,
|
|
|
|
| 18 |
|
| 19 |
const subtitle = {
|
| 20 |
fontFamily: FONT_FAMILY,
|
| 21 |
+
fontSize: 90,
|
| 22 |
textAlign: 'center',
|
| 23 |
display: 'absolute',
|
| 24 |
bottom: 140,
|