Skip to content

Commit

Permalink
Changed select size and button size for mobile users
Browse files Browse the repository at this point in the history
  • Loading branch information
JBakks committed Feb 26, 2024
1 parent b0f7664 commit 91bed95
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions css/5K24SPARK.css
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,10 @@ button:hover {
body {
font-size: 1em;
}

select{
width: 100%;
}


/* Prevent horizontal scrolling on the table container */
Expand Down Expand Up @@ -270,6 +274,10 @@ button:hover {
flex: 0 0 45%; /* Set fixed width for buttons */
}

button {
padding: 10px 17px; /* Adjusted padding */
}

input[type="text"] {
width: 2em;
}
Expand Down

0 comments on commit 91bed95

Please sign in to comment.