Skip to content

Commit

Permalink
deploy: 2ab5b3b
Browse files Browse the repository at this point in the history
  • Loading branch information
sergv committed Oct 12, 2024
1 parent 7b8d2a3 commit 5976672
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
font-family: sans-serif;
font-size: 120%;
color: #000;
border-radius: 0;
border-radius: 0 !important;
}

a {
Expand All @@ -63,15 +63,16 @@
}

#input, #output {
width: min(100vw, 80rem);
width: max(100vw, 35rem);
font-size: 200%;
padding: 2rem 1.5rem;
box-sizing: border-box;
}

#input-process {
font-size: 200%;
padding: 2rem;
padding: 2rem !important;
margin: 2rem 0;
}

}
Expand Down

0 comments on commit 5976672

Please sign in to comment.