We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b0cbb commit 397a6a6Copy full SHA for 397a6a6
style/main.css
@@ -5,7 +5,7 @@
5
div.output-containers {
6
margin-left: 5px;
7
margin-right: 5px;
8
- width: 10vw;
+ width: 12.5%;
9
height: max-content;
10
border-radius: .5rem;
11
}
@@ -23,7 +23,7 @@ div.output-containers > img {
23
24
div.output-containers > pre {
25
text-align: center;
26
- font-size: 1vw;
+ font-size: 2vw;
27
font-family: 'Prompt', sans-serif !important;
28
29
0 commit comments