Skip to content

Commit

Permalink
More css
Browse files Browse the repository at this point in the history
  • Loading branch information
yllenfer committed Mar 8, 2024
1 parent 81fe0cd commit d07cfea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -247,12 +247,12 @@ button {

#user-input {
margin-top: 5%; /* Adjust this value as needed */
height: 150px;
/* height: 150px; */
font-size: 40px;
color: #000;
border: 3px solid #586e88;
position: fixed;
width: 77%;
/* position: fixed; */
/* width: 77%; */
}


Expand All @@ -270,12 +270,12 @@ button {

/* Keep the button height consistent */
.submit-btn {
position: fixed;
/* position: fixed; */
margin-top: 5%;
height: 150px;
width: 150px;
background-color: #adb2ba;
right: 4%; /* Adjust as needed */

}

}
Expand Down

0 comments on commit d07cfea

Please sign in to comment.