From a06f48a68d659aa4676639f9a7a8ca863f32e9c8 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Wed, 12 Apr 2023 21:15:44 -0400 Subject: [PATCH] Fix the font-size problem. --- client/pages/Problems.svelte | 16 +++++++++------- static/blockstart.css | 1 - 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/client/pages/Problems.svelte b/client/pages/Problems.svelte index 5c812ec..fe3c6e2 100644 --- a/client/pages/Problems.svelte +++ b/client/pages/Problems.svelte @@ -38,7 +38,6 @@ } card * { - font-size: 1em; background-color: var(--value9); } @@ -49,7 +48,6 @@ } table#problem-list { - font-size: 1em; border: none; } @@ -79,6 +77,11 @@ padding: 2px; font-size: 0.7em; } + + button#pick-one { + font-size: 0.9em; + white-space: nowrap; + } @@ -104,7 +107,7 @@ - + @@ -129,13 +132,13 @@
Featured Lists
- Study Plan> + Study Plan> - Study Plan> + Study Plan> - Study Plan> + Study Plan> @@ -144,7 +147,6 @@ - Calendar diff --git a/static/blockstart.css b/static/blockstart.css index 95fe6f9..e774906 100644 --- a/static/blockstart.css +++ b/static/blockstart.css @@ -41,7 +41,6 @@ blockstart { } blockstart * { - font-size: 1.1em; } blockstart > * + * {
TitleSolutionAcceptance