From 4d346ace41edd8a11fd90aa2928f801eea9b93a2 Mon Sep 17 00:00:00 2001 From: Jacob Fenton Date: Mon, 1 Apr 2024 07:56:45 -0500 Subject: Put nav at the bottom of the page, so it doesn't move around from lesson to lesson. --- static/css/pages/lesson.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'static/css') diff --git a/static/css/pages/lesson.css b/static/css/pages/lesson.css index 492c1fe..4468d56 100644 --- a/static/css/pages/lesson.css +++ b/static/css/pages/lesson.css @@ -92,4 +92,10 @@ .mb-0 { margin-bottom: 0; +} + +.content-nav { + display: flex; + flex-direction: column; + justify-content: space-between; } \ No newline at end of file -- cgit v1.2.3