Skip to content

Commit

Permalink
more sizing tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
BoosterRocketJG committed Sep 27, 2024
1 parent b671d8b commit 2770bfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions my-chatbot-project/public/modern-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
font-family: sans-serif;
font-size: 62.5%;
font-size: 82.5%;
}

body {
Expand Down Expand Up @@ -1400,7 +1400,7 @@ textarea.w-select {
min-width: 20em;
max-width: 25em;
height: 100%;
min-height: 60em;
min-height: 63em;
padding: 20px 20px 20px 30px;
font-size: 1rem;
box-shadow: 6px 2px 10px #dbe7f17a, -6px -2px 10px #ffffffe6;
Expand Down

0 comments on commit 2770bfe

Please sign in to comment.