Skip to content

Commit

Permalink
Run through prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
niccolopaganini committed Nov 15, 2023
1 parent 941907a commit 2a3fb13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions www/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
.question.non-select {
display: inline-block;
}
.question input[name$="Start_date"],
.question input[name$="Start_time"],
.question input[name$="End_date"],
.question input[name$="End_time"] {
.question input[name$='Start_date'],
.question input[name$='Start_time'],
.question input[name$='End_date'],
.question input[name$='End_time'] {
width: calc(40vw - 10px);
margin-right: 5px;
display: flex;
Expand Down

0 comments on commit 2a3fb13

Please sign in to comment.