From 1e16a205436c59ae5eae00b172cf235cf1cb9173 Mon Sep 17 00:00:00 2001 From: RemiSaurel Date: Mon, 22 Aug 2022 17:26:12 +0200 Subject: [PATCH] hotfix responsive big screen --- src/components/Pomodoro.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Pomodoro.vue b/src/components/Pomodoro.vue index c11e1b0..4088943 100644 --- a/src/components/Pomodoro.vue +++ b/src/components/Pomodoro.vue @@ -204,7 +204,7 @@ export default { padding-bottom: 16px; margin-right: 16px; min-height: 260px; - max-height: 330px; + max-height: 380px; box-shadow: rgba(0, 0, 0) 0px 4px 10px; }