Skip to content

Commit

Permalink
fix title spacing in teaching 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Sep 25, 2024
1 parent a48e42e commit 99364c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/generators/sections/teaching.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ let layoutLecture (lex:Teachingloader.Teaching) =
]
div [Class "p-2"] [ // body
div [Class "field"] [
h1 [Class "title is-6"] [
h1 [Class "title is-4"] [
!!courseType
span [Class "is-family-code has-text-weight-normal"] [!! " for "]
if lex.Audience <> "" then
!!lex.Audience
else
!!"Mixed Audience"
]
h2 [Class "subtitle"] [!!lex.Title]
h2 [Class "subtitle is-6 mt-0"] [!!lex.Title]
]
div [Class "field"] [
div [Class "content"] [ // cont
Expand Down

0 comments on commit 99364c4

Please sign in to comment.