Skip to content

Commit 397a6a6

Browse files
div dimensions updated
1 parent 01b0cbb commit 397a6a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

style/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
div.output-containers {
66
margin-left: 5px;
77
margin-right: 5px;
8-
width: 10vw;
8+
width: 12.5%;
99
height: max-content;
1010
border-radius: .5rem;
1111
}
@@ -23,7 +23,7 @@ div.output-containers > img {
2323

2424
div.output-containers > pre {
2525
text-align: center;
26-
font-size: 1vw;
26+
font-size: 2vw;
2727
font-family: 'Prompt', sans-serif !important;
2828
}
2929

0 commit comments

Comments
 (0)