fix css console errors

This commit is contained in:
Francis Cao 2024-08-20 09:28:10 -07:00
parent eb05e2ada6
commit 8ee4fc32fd
4 changed files with 6 additions and 6 deletions

View File

@ -38,7 +38,7 @@
}
.back {
align-self: start;
align-self: flex-start;
margin: 0;
}

View File

@ -6,7 +6,7 @@
}
.table {
align-self: start;
align-self: flex-start;
}
.link:hover {

View File

@ -6,7 +6,7 @@
}
.table {
align-self: start;
align-self: flex-start;
}
.link:hover {

View File

@ -13,8 +13,8 @@
.day {
display: flex;
flex-direction: column;
align-items: start;
justify-content: start;
align-items: flex-start;
justify-content: flex-start;
gap: 1px;
position: relative;
}
@ -26,7 +26,7 @@
height: 20px;
margin: auto;
border-radius: 100%;
align-items: start;
align-items: flex-start;
}
.hour {