From 1e0fca9539e898ae303f50a24a636c5e6baf30e3 Mon Sep 17 00:00:00 2001 From: Andresha56 Date: Sun, 2 Jun 2024 23:52:21 +0530 Subject: [PATCH] :fix button --- src/components/private/timeline/Timeline.scss | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/components/private/timeline/Timeline.scss b/src/components/private/timeline/Timeline.scss index 416c959..308e29d 100644 --- a/src/components/private/timeline/Timeline.scss +++ b/src/components/private/timeline/Timeline.scss @@ -137,12 +137,23 @@ cursor: pointer; color: #ffffff; border: none; - width:90px; + width:120px; outline:none; + @media screen and (max-width: 900px) { + width: 100px; + } @media screen and (max-width: 576px) { font-size: 0.75rem; padding: 0.25rem; } + @media screen and (max-width: 320px) { + width: 90px; + } + @media screen and (max-width: 250px) { + width: auto; + padding-left:7px ; + padding-right: 7px; + } } } }