weeks can be breaks

This commit is contained in:
j 2025-01-31 16:29:27 +05:30
commit 92460179f5
5 changed files with 57 additions and 12 deletions

View file

@ -83,6 +83,14 @@ header {
}
.index {
.break {
display: flex;
min-height: 80vh;
div {
margin: auto;
text-align: center;
}
}
.item {
border-bottom: 1px solid blueviolet;
padding-bottom: 4px;