Skip to content

Commit e03ca49

Browse files
authored
Update styles.module.css for better mobile styling
1 parent ab82eb4 commit e03ca49

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
@@ -151,7 +151,7 @@
151151

152152
.promptText {
153153
font-family: "Share Tech Mono", monospace;
154-
font-size: 0.9rem;
154+
font-size: 0.4rem;
155155
color: #00cc38;
156156
white-space: pre;
157157
text-shadow: 0 0 6px rgba(0, 204, 56, 0.4);
@@ -165,7 +165,7 @@
165165
outline: none;
166166
color: #e0ffe8;
167167
font-family: "Share Tech Mono", monospace;
168-
font-size: 0.9rem;
168+
font-size: 0.5rem;
169169
caret-color: #00ff46;
170170
text-shadow: 0 0 4px rgba(224, 255, 232, 0.3);
171171
padding: 0 4px;

0 commit comments

Comments
 (0)