Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gnoeee committed Apr 7, 2024
1 parent aed5f58 commit 8bc4a72
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,23 @@
}

label {
min-width: 100px;
min-width: 10px;
text-align: right;
}

input[type="text"],
input[type="date"] {
width: calc(26% - 10px);
width: calc(25% - 4px);
box-sizing: border-box;
}

.date-inputs {
display: inline-block;
margin: 0;
margin: 10;
}

button {
background-color: #007bff;
background-color: #339966;
color: white;
cursor: pointer;
transition: background-color 0.3s ease;
Expand All @@ -84,7 +84,7 @@
}

th {
background-color: #007bff;
background-color: #006699;
color: white;
}

Expand Down

0 comments on commit 8bc4a72

Please sign in to comment.