diff --git a/code/frontend/src/components/Answer/Answer.module.css b/code/frontend/src/components/Answer/Answer.module.css index 4da527f76..a61163e2d 100644 --- a/code/frontend/src/components/Answer/Answer.module.css +++ b/code/frontend/src/components/Answer/Answer.module.css @@ -198,15 +198,3 @@ sup { color: WindowText; } } - -/* Styles for 1280p resolution at 200% zoom */ -@media screen and (max-width: 640px) { - .answerContainer, .answerText { - font-size: 0.6rem !important; - } - - .answerDisclaimer, .accordionTitle, .citationContainer{ - font-size: 0.5rem !important; - } - -} diff --git a/code/frontend/src/pages/chat/Chat.module.css b/code/frontend/src/pages/chat/Chat.module.css index 5d829e4b1..a5cc97e9f 100644 --- a/code/frontend/src/pages/chat/Chat.module.css +++ b/code/frontend/src/pages/chat/Chat.module.css @@ -325,22 +325,3 @@ color: WindowText; } } - -/* Styles for 1280p resolution at 200% zoom */ -@media screen and (max-width: 640px) { - .clearChatBroom { - left: -23px !important; - } - .citationPanelContent,.chatMessageUserMessage{ - font-size: 0.6rem !important; - } - textarea{ - font-size: 0.6rem !important; - } - .citationPanelHeader{ - font-size: 1rem !important; - } - .citationPanelTitle{ - font-size: 0.8rem !important; - } -}