feat: made timeslots into flex
This commit is contained in:
parent
76cbb9132f
commit
59c543570a
@ -7,6 +7,12 @@
|
|||||||
border: 0.5px solid #cccccc;
|
border: 0.5px solid #cccccc;
|
||||||
min-height: 75px;
|
min-height: 75px;
|
||||||
padding: 0.5em 1em;
|
padding: 0.5em 1em;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#timeslot-container{
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(6, 1fr);
|
||||||
}
|
}
|
||||||
|
|
||||||
.time-slot:hover {
|
.time-slot:hover {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user