Skip to content

Commit ab82eb4

Browse files
authored
Update styles.module.css to reduce font size in output of editor
1 parent 518b4bf commit ab82eb4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/InteractivePython/styles.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@
129129
padding: 1rem 1.2rem;
130130
color: #a8ffb8;
131131
font-family: "Share Tech Mono", monospace;
132-
font-size: 0.9rem;
133-
line-height: 1.7;
132+
font-size: 0.5rem;
133+
line-height: 1.2;
134134
white-space: pre-wrap;
135135
text-shadow: 0 0 4px rgba(168, 255, 184, 0.25);
136136
min-height: 20px;

0 commit comments

Comments
 (0)