diff options
author | Jacob Fenton <jacob+github@dfenton.xyz> | 2024-04-01 07:56:45 -0500 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-04-03 15:59:40 +0100 |
commit | f529be158c97086e122e058bda398f85859d2be1 (patch) | |
tree | 3756c605fa88670d75ae10b7fb0103d7087c02e9 /static/css/pages/lesson.css | |
parent | a1d26bafbe59981b69770b8b9a8bca02b1b73aff (diff) | |
download | tour-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.css | 6 |
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 |