Skip to content

Commit

Permalink
Updated shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
JBakks committed Mar 6, 2024
1 parent 93932f0 commit a05fe95
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion css/5K24SPARK.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ h2 {
overflow-x: auto;
margin: 0 auto;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Adjusted box-shadow for consistency */
box-shadow: 12px 12px 12px rgb(225, 240, 12); /* Adjusted box-shadow for consistency */
}

/* Adjust the table width as needed */
Expand Down Expand Up @@ -158,6 +158,14 @@ input[type="checkbox"] {
max-width: 500px;
}

.select2-container{
width: 100% !important;
}

select{
width: 100%;
}

button {
flex: 1;
background-color: #2a57ea;
Expand Down

0 comments on commit a05fe95

Please sign in to comment.