Skip to content

Commit 2fd1209

Browse files
authored
Update styles.css
1 parent c256b78 commit 2fd1209

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

adr-schema-gen/styles.css

+13-6
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,25 @@ body {
22
background-color: #f8f9fa;
33
}
44

5-
pre {
5+
textarea#json-input {
6+
font-family: monospace;
67
background-color: #2d2d2d;
78
color: #ccc;
89
padding: 15px;
9-
overflow-x: auto;
1010
border-radius: 5px;
11+
min-height: 200px;
1112
}
1213

13-
#json-input[contenteditable="true"] {
14-
min-height: 200px;
14+
pre {
15+
background-color: #2d2d2d;
16+
color: #ccc;
17+
padding: 15px;
18+
overflow-x: auto;
19+
border-radius: 5px;
1520
}
1621

17-
#generate-button, #download-button {
22+
#generate-button,
23+
#download-button {
1824
font-size: 16px;
1925
}
2026

@@ -53,7 +59,8 @@ pre {
5359
}
5460

5561
@media (max-width: 576px) {
56-
#generate-button, #download-button {
62+
#generate-button,
63+
#download-button {
5764
width: 100%;
5865
margin-bottom: 10px;
5966
}

0 commit comments

Comments
 (0)