feat: made timeslots into flex

This commit is contained in:
Pranav Nachanekar 2019-10-03 13:18:13 +05:30
parent 76cbb9132f
commit 59c543570a

View File

@ -7,6 +7,12 @@
border: 0.5px solid #cccccc;
min-height: 75px;
padding: 0.5em 1em;
}
#timeslot-container{
display: grid;
grid-template-columns: repeat(6, 1fr);
}
.time-slot:hover {