refactor(Calendar): simplify the styles

align the padding to other routes values
This commit is contained in:
Timothy Z. 2025-02-25 12:56:40 +02:00
parent e10c031233
commit fdda358412

View file

@ -13,7 +13,7 @@
gap: 0.5rem;
width: 100%;
height: 100%;
padding: 0 0 2rem;
padding: 0 0 1.5rem 1.5rem;
.main {
flex: auto;
@ -31,12 +31,4 @@
padding: 0;
}
}
}
@media only screen and (max-width: @small) and (orientation: landscape) {
.calendar {
.content {
padding: 0 0 1rem;
}
}
}
}