aboutsummaryrefslogtreecommitdiff
path: root/static/css/pages/lesson.css
diff options
context:
space:
mode:
authorJacob Fenton <jacob+github@dfenton.xyz>2024-04-01 07:56:45 -0500
committerLouis Pilfold <louis@lpil.uk>2024-04-03 15:59:40 +0100
commitf529be158c97086e122e058bda398f85859d2be1 (patch)
tree3756c605fa88670d75ae10b7fb0103d7087c02e9 /static/css/pages/lesson.css
parenta1d26bafbe59981b69770b8b9a8bca02b1b73aff (diff)
downloadtour-f529be158c97086e122e058bda398f85859d2be1.tar.gz
tour-f529be158c97086e122e058bda398f85859d2be1.zip
Put nav at the bottom of the page, so it doesn't move around from lesson to lesson.
Diffstat (limited to 'static/css/pages/lesson.css')
-rw-r--r--static/css/pages/lesson.css6
1 files changed, 6 insertions, 0 deletions
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