Skip to content

Commit 746c152

Browse files
authored
Merge pull request #29 from Supravisor/deploy
resize textarea
2 parents a2f7877 + 2e35bbb commit 746c152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ textarea {
88
}
99

1010
#div-compare, #div-original {
11-
width: 90vw;
1211
position: absolute;
1312
top: 4em;
1413
}
1514

1615
#compare, #original {
16+
width: calc(100vw - 3em);
1717
font-size: 1.5em;
1818
padding: 20px;
1919
}

0 commit comments

Comments
 (0)