From fdda35841233c9bc8b72186dd2eb13a990e6f750 Mon Sep 17 00:00:00 2001 From: "Timothy Z." Date: Tue, 25 Feb 2025 12:56:40 +0200 Subject: [PATCH] refactor(Calendar): simplify the styles align the padding to other routes values --- src/routes/Calendar/Calendar.less | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/routes/Calendar/Calendar.less b/src/routes/Calendar/Calendar.less index 352514da4..63168360d 100644 --- a/src/routes/Calendar/Calendar.less +++ b/src/routes/Calendar/Calendar.less @@ -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; - } - } -} +} \ No newline at end of file