Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
veyalla authored Nov 18, 2024
1 parent c256b78 commit 2fd1209
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions adr-schema-gen/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,25 @@ body {
background-color: #f8f9fa;
}

pre {
textarea#json-input {
font-family: monospace;
background-color: #2d2d2d;
color: #ccc;
padding: 15px;
overflow-x: auto;
border-radius: 5px;
min-height: 200px;
}

#json-input[contenteditable="true"] {
min-height: 200px;
pre {
background-color: #2d2d2d;
color: #ccc;
padding: 15px;
overflow-x: auto;
border-radius: 5px;
}

#generate-button, #download-button {
#generate-button,
#download-button {
font-size: 16px;
}

Expand Down Expand Up @@ -53,7 +59,8 @@ pre {
}

@media (max-width: 576px) {
#generate-button, #download-button {
#generate-button,
#download-button {
width: 100%;
margin-bottom: 10px;
}
Expand Down

0 comments on commit 2fd1209

Please sign in to comment.