diff --git a/Frontend/src/index.css b/Frontend/src/index.css index 1a8befe..0b8e918 100644 --- a/Frontend/src/index.css +++ b/Frontend/src/index.css @@ -1404,43 +1404,44 @@ body { .question-bar { background-color: #f8f9fa; border-bottom: 1px solid #e0e0e0; - max-height: 40%; + max-height: 25%; + min-height: 150px; overflow-y: auto; display: flex; flex-direction: column; } .question-header { - padding: 12px 24px; + padding: 8px 24px; background-color: #e9ecef; border-bottom: 1px solid #dee2e6; } .question-header h2 { margin: 0; - font-size: 22px; - font-weight: 700; + font-size: 16px; + font-weight: 600; color: #212529; } .question-text { - padding: 16px 24px; + padding: 12px 24px; flex: 1; overflow-y: auto; } .problem-container h1 { - margin: 0 0 12px 0; - font-size: 14px; + margin: 0 0 8px 0; + font-size: 13px; font-weight: 400; color: #495057; - line-height: 1.6; + line-height: 1.5; } .problem-description { - margin-bottom: 16px; - font-size: 18px; - line-height: 1.6; + margin-bottom: 12px; + font-size: 14px; + line-height: 1.5; color: #495057; } @@ -1450,11 +1451,11 @@ body { } .problem-description p { - margin-bottom: 10px; + margin-bottom: 8px; } .problem-container { - font-size: 16px; + font-size: 14px; color: #495057; }