Skip to content

Commit

Permalink
Made time fields wider to hopefully accomodate for people using PM/AM
Browse files Browse the repository at this point in the history
  • Loading branch information
Newbytee committed Aug 31, 2020
1 parent 53ddca2 commit 862fd69
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,11 @@ nav, .mobileNavButton, #schedule, #wrapper {
line-height: normal;
}

.field[type="time"] {
width: 7.5em;
max-width: unset;
}

.scheduleElement {
position: absolute;
z-index: -1;
Expand Down

0 comments on commit 862fd69

Please sign in to comment.